7 lines
73 B
Rust
7 lines
73 B
Rust
|
mod data_struct;
|
||
|
mod name;
|
||
|
|
||
|
fn main() {
|
||
|
println!("Hello, world!");
|
||
|
}
|