Hacker News new | ask | show | jobs
by mkobit 2581 days ago
I thought this was going to be similar to https://play.kotlinlang.org/koans/overview . I used that as a quick way when doing other things to slowly learn parts of the language before diving in, was hoping this would be similar.
1 comments

You're likely looking for something like one (or all) of these:

https://github.com/crazymykl/rust-koans/

https://github.com/dtolnay/rust-quiz

https://github.com/rust-lang/rustlings (by one of the authors of The Rust Programming Language, Carol Nichols)