Files
hello-world/m/myrddin.myr
2018-08-22 01:37:32 -03:00

7 lines
57 B
Plaintext
Executable File

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