Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 531 Bytes

pe-rustlings.md

File metadata and controls

17 lines (8 loc) · 531 Bytes

Rust Programming Exercise - Rustlings

Install and run rustlings:

https://github.com/rust-lang/rustlings

Solve at least 10 of them. Submit the output of command "rustlings list | grep -i done" or screenshots like the following to Blackboard.

Bonus points (x2) for the one(s) who solved the most problems.

P.S. If you having issues running this in WSL2, consider running the rustlings distro within the ubuntu file system, see here rust-lang/rustlings#417