imag/bin/domain/imag-log/src/main.rs

4 lines
45 B
Rust
Raw Normal View History

2017-12-08 10:27:13 +00:00
fn main() {
println!("Hello, world!");
}