This checks whether a string is palindrome or not and returns a result.
-
Open a terminal/powershell window in the folder/directory.
-
Run the following command
cargo run --release
abba->trueabbcccbba->trueabbccbbba->false
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This checks whether a string is palindrome or not and returns a result.
Open a terminal/powershell window in the folder/directory.
Run the following command
cargo run --releaseabba -> trueabbcccbba -> trueabbccbbba -> false