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