7 lines
71 B
Rust
7 lines
71 B
Rust
|
|
mod tests;
|
|
mod modules;
|
|
|
|
fn main() {
|
|
println!("Hello, world!");
|
|
}
|