Learn Rust. This is a work in progress, please leave issues with feedback/suggestions!
Introduction to Rust: https://doc.rust-lang.org/book/
- Print
hello world
to console. - Create a function to do some simple maths
- Create a web server
Rust Book is a great official resource for learning the basics of the language: