zat/src/main.rs

4 lines
45 B
Rust
Raw Normal View History

2022-03-16 22:17:40 -04:00
fn main() {
println!("Hello, world!");
}