simple executable, only hello world
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
(defpackage :lspack/exe
|
||||
(:use :cl)
|
||||
(:export #:main))
|
||||
|
||||
(in-package :lspack/exe)
|
||||
|
||||
(defun main ()
|
||||
(format t "Hello World!"))
|
||||
Reference in New Issue
Block a user