As a for this project i have choose a new Language that I have never worked with, it had been a new experience and very rewarding to see how to compile a new language. Simple Rust code to reverse a string from user input as argument.

Install Rust https://doc.rust-lang.org/book/ch01-01-installation.html Build the program using cargo https://doc.rust-lang.org/book/ch01-03-hello-cargo.html

Run the executable .\target\debug\reverse_string.exe Hello The output will be as below olleH

Built With

Share this project:

Updates