7 lines
84 B
Plaintext
7 lines
84 B
Plaintext
|
|
|
|
|
|
main :: fn(argc: i32, argv: string[]) -> i32 {
|
|
println!("Hello world!\n");
|
|
}
|