5 lines
54 B
Rust
Raw Normal View History

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