⎹impl Person { fn greet(&self) { println!("Hello, {}!", self.name); } }↵
cargo tree↵
use std::fs; let contents = fs::read_to_string("file.txt").expect("Failed to read");↵
let future = async_function(); tokio::runtime::Runtime::new().unwrap().block_on(future);↵
cargo check
Start typing to begin!
0s
Progress:0%
WPM
0
Accuracy
100%