add missing example file

This commit is contained in:
pls.153 2022-02-19 22:06:53 +01:00
parent fd0207e381
commit 62d7315790

7
examples/planets/app.asd Normal file
View file

@ -0,0 +1,7 @@
(defsystem :app
:serial t
:depends-on ()
:components ((:file "lisp/package")
(:file "lisp/utils")
(:file "lisp/main")))