⎹cargo new my_project↵
rustc main.rs↵
use std::thread; thread::spawn(|| println!("Hello from another thread"));↵
cargo new my_project↵
match x { 10 => println!("x is ten"), _ => println!("x is something else") }
Start typing to begin!
0s
Progress:0%
WPM
0
Accuracy
100%