Hacker News new | ask | show | jobs
by atoav 2170 days ago
1. Install rustup

2. create a new project with "cargo new foo"

3. add the code to the SRC/too.rs file

4. run with "cargo run"