perhaps a better way of doing things

This commit is contained in:
PoroCYon 2017-05-06 17:35:33 +00:00
parent 753879a049
commit b76dad365b

View File

@ -1,6 +1,6 @@
use std
const main = {
std.write(1, "Hello world!\n")
std.put("Hello world!\n")
}