⎹for num in &numbers { println!("{}", num); }↵
use std::thread; thread::spawn(|| println!("Hello from another thread"));↵
let future = async_function(); tokio::runtime::Runtime::new().unwrap().block_on(future);↵
cargo bench↵
match x { 10 => println!("x is ten"), _ => println!("x is something else") }
Start typing to begin!
0s
Progress:0%
WPM
0
Accuracy
100%