3 lines
77 B
Text
3 lines
77 B
Text
#!/openlisp/uxlisp -shell
|
|
(format t "Hello world!~%")
|
|
(print "Hello world!")
|