mars/src/client.rs

4 lines
45 B
Rust
Raw Normal View History

2018-09-24 13:52:45 +02:00
fn main() {
println!("Hello, world!");
}