rust_learning/hello_cargo/src/main.rs

4 lines
45 B
Rust
Raw Normal View History

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