2017-05-06 17:31:54 +00:00

7 lines
62 B
Plaintext

use std
const main = {
std.write(1, "Hello world!\n")
}