rust/tests/target/skip/main.rs
2020-06-11 21:11:18 -05:00

6 lines
55 B
Rust

mod foo;
fn main() {
println!("Hello, world!");
}