keyboardDev Typer

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