this post was submitted on 12 Jun 2023
3 points (80.0% liked)
Rust Programming
8219 readers
28 users here now
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Normally this question gets the response that you need your own project idea so you actually care about it.
But a small project is best so how about coding a simple game? Hangman is a classic, Wordle would have some interesting challenges, or even just rock, paper, scissors for the very basics of input, output and logic.
If that doesn't appeal, then perhaps coding challenges would be a good start. There's plenty around like exercism, codewars, leetcode, etc. Many of them show other people's answers, so you can learn from them - but be aware that highest voted answer might just be the most clever, but not actually realistic (i.e. not idiomatic, not very comprehensive and/or not maintainable).