1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-27 11:44:52 -05:00
rust/hello.rs

3 lines
44 B
Rust

fn main() {
println!("hello, world");
}