rust_learning/hello_world/main.rs

3 lines
44 B
Rust
Raw Normal View History

2020-12-04 17:26:40 +00:00
fn main() {
println!("Hello, world!");
}