Files
hello-world/m/myrddin.myr

7 lines
56 B
Plaintext

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