mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 14:51:14 -08:00
add app template to simplify creating new apps
This commit is contained in:
parent
d7e3d7b46f
commit
3770db1756
23 changed files with 101 additions and 1 deletions
2
examples/app-template/lisp/main.lisp
Normal file
2
examples/app-template/lisp/main.lisp
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
(in-package :app)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue