lawless-legends/PLASMA/src/hello.pla
2014-05-09 14:36:34 -07:00

9 lines
93 B
Plaintext

import STDLIB
predef puts
end
byte hellostr[] = "Hello, world.\n"
puts(@hellostr)
done