foil/src/main.rs

4 lines
45 B
Rust
Raw Normal View History

2019-05-25 21:45:00 -04:00
fn main() {
println!("Hello, world!");
}