spinix-hive/devel/hello.spn

12 lines
164 B
Plaintext
Raw Normal View History

con
_clkmode = $62
_clkfreq = $4E495053 ' SPIN
obj
c : "clibsd"
pub main(argc, argv)
c.enter(argc, argv)
c.printf0(string("Hello World\n"))
c.exit(0)