@steveklabnik.com / hello-world
this repo has no description
3 lines
45 B
1
fn main() {
2
println!("Hello, world!");
3
}
4