rgit/src/main.rs

4 lines
45 B
Rust
Raw Normal View History

2020-09-25 18:51:39 +02:00
fn main() {
println!("Hello, world!");
}