5 lines
54 B
Rust
5 lines
54 B
Rust
|
fn main() {
|
||
|
println!("Hello, world!");
|
||
|
}
|
||
|
|
||
|
mod foo;
|