Richie Bendall ad16f6d78a
Normalize printed text
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2020-03-30 04:21:52 +13:00

5 lines
57 B
Plaintext
Executable File

FUNC Main() int
IO.write("Hello World\n")
RETURN 0
}