Files
calc/lib/hello.cal
2017-05-21 15:38:36 -07:00

9 lines
116 B
Plaintext

/*
* Hello world
*
* See:
* http://www.latech.edu/~acm/helloworld/calc.html
*/
while(1) print "Hello World!";