8 lines
79 B
Rust
8 lines
79 B
Rust
fn main() {
|
|
println!("Hello, world!");
|
|
}
|
|
|
|
mod foo;
|
|
mod bar {
|
|
mod baz;
|
|
} |