Project
#2793
Replies: 1 comment
|
Hey @rejwar, sorry for the late reply! I would suggest starting with something small and fun: something where solving the problem is not the focus. Instead, let the focus be learning how to write Rust. I assume you already know how to program, so you probably have some small programs written in another language already? You could translate one of those to Rust. If you're into math, then look at https://projecteuler.net/ and solve a few of those in Rust. They often require some thinking, but it will give you an opportunity to practice on small problems. Use them to learn how to write unit tests, how to do error handling, benchmarking, etc, etc. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What kind of project should I as a beginner ?****
All reactions