lawless-legends/PLASMA/src/hello.pla

9 lines
93 B
Plaintext
Raw Normal View History

2014-05-09 05:51:03 +00:00
import STDLIB
2014-05-09 21:36:34 +00:00
predef puts
2014-05-09 05:51:03 +00:00
end
byte hellostr[] = "Hello, world.\n"
puts(@hellostr)
done