4 lines
50 B
Plaintext
Raw Normal View History

#!/usr/bin/newlisp
(print "Hello World\n")
(exit)