init project, djula error on quickload
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
(in-package :web-apps)
|
||||
|
||||
(defun products (&optional (n 5))
|
||||
(loop for i from 0 below n
|
||||
collect (list i
|
||||
(format nil "Product nb ~a" i)
|
||||
9.99)))
|
||||
Reference in New Issue
Block a user