mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
update sample(trivial)
This commit is contained in:
parent
3f402b46b7
commit
38d80e1845
|
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
#|-*- mode: lisp -*-|#
|
||||
#|Docstring like 1 line comment that are accepted if it installed
|
||||
exec ros -- $0 "$@"
|
||||
exec ros -L sbcl-bin -- $0 "$@"
|
||||
|#
|
||||
(defun main (&rest argv)
|
||||
(format t "Hello World!~%")
|
||||
(format t "Hello World! ~A ~%" (lisp-implementation-version))
|
||||
(format t "argv=~S~%" argv))
|
||||
|
|
|
|||
Loading…
Reference in a new issue