chore: migration of rust

pull/225/head^2
Ming Tsai 2021-04-17 21:49:35 -04:00
parent 7dcd3f9fc5
commit e9a1aedfcd
7 changed files with 4 additions and 6 deletions

View File

@ -0,0 +1,4 @@
# Rust
1. [Palindrome Check](strings/palindrome/README.md)

View File

@ -10,9 +10,3 @@
6. [String Reversal](c-or-cpp/string-reverse.cpp) 6. [String Reversal](c-or-cpp/string-reverse.cpp)
7. [Permutation of String](c-or-cpp/Permutation-of-String.c) 7. [Permutation of String](c-or-cpp/Permutation-of-String.c)
8. [Count Words](c-or-cpp/count-words.c) 8. [Count Words](c-or-cpp/count-words.c)
### Rust
1. [Palindrome Check](rust/palindrome/README.md)