This checks whether a string is palindrome or not and returns a result.
- Rust (https://rust-lang.org)
-
Open a terminal/powershell window in the folder/directory.
-
Run the following command
cargo run --release
abba
->true
abbcccbba
->true
abbccbbba
->false