rust/tests/target/skip/main.rs

6 lines
55 B
Rust
Raw Normal View History

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