2017-05-06 17:35:33 +00:00

7 lines
57 B
Plaintext

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