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