difftastic/sample_files/dir_after/only_in_after_dir.rs

5 lines
61 B
Rust

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