4 lines
43 B
Text
4 lines
43 B
Text
|
|
fn main() {
|
||
|
|
println!("Hello world!");
|
||
|
|
}
|