difftastic/sample_files/dir_2/only_in_2.rs

5 lines
61 B
Rust

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