imag/imag-bookmark/src/main.rs

4 lines
45 B
Rust
Raw Normal View History

2016-05-18 19:27:56 +00:00
fn main() {
println!("Hello, world!");
}