Files
Addlicense/testdata/initial/file.rs
2016-06-27 12:03:58 +01:00

4 lines
44 B
Rust

fn main() {
println!("Hello World!");
}