diff options
author | 杨宇千 <crupest@outlook.com> | 2019-09-20 19:23:00 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-09-20 19:23:00 +0800 |
commit | afc0736d1a5f451bb42351b4e899e33f764ab315 (patch) | |
tree | b68bf102c69fdf5e89f437bd9192cfc78da26ff4 /src/lib.rs | |
download | solutions-afc0736d1a5f451bb42351b4e899e33f764ab315.tar.gz solutions-afc0736d1a5f451bb42351b4e899e33f764ab315.tar.bz2 solutions-afc0736d1a5f451bb42351b4e899e33f764ab315.zip |
...
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 0000000..2bbe624 --- /dev/null +++ b/src/lib.rs @@ -0,0 +1,5 @@ +pub mod two_sum; +pub mod add_two_numbers; +pub mod length_of_longest_substring; + +pub struct Solution; |