diff options
author | crupest <crupest@outlook.com> | 2019-12-10 01:01:37 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-12-10 01:01:37 +0800 |
commit | 9544d25f5b626366a0c6607445c77668cb63e42c (patch) | |
tree | 97cbc32a91735ac182f41948a739aadf763532b6 /src/lib.rs | |
parent | 4bfc8c9ab95f1bffc135ade9477e14b801d21cfd (diff) | |
download | solutions-9544d25f5b626366a0c6607445c77668cb63e42c.tar.gz solutions-9544d25f5b626366a0c6607445c77668cb63e42c.tar.bz2 solutions-9544d25f5b626366a0c6607445c77668cb63e42c.zip |
Add p5.
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,5 +2,6 @@ pub mod two_sum; pub mod add_two_numbers; pub mod length_of_longest_substring; pub mod find_median_sorted_arrays; +pub mod longest_palindrome; pub struct Solution; |