3 lines
42 B
Rust
3 lines
42 B
Rust
fn main() {
|
|
println!("hello world!");
|
|
}
|
fn main() {
|
|
println!("hello world!");
|
|
}
|