diff options
author | riton <riton@riton.home> | 2025-07-22 22:30:11 +0300 |
---|---|---|
committer | riton <riton@riton.home> | 2025-07-22 22:30:11 +0300 |
commit | c437fe7dcc5291d9ce4c978da7b6947ec096ecb5 (patch) | |
tree | 08d108fc77b101abe62be2d355fabc86415a9b77 /dağ.asd |
proje başlangıcı
Diffstat (limited to 'dağ.asd')
-rw-r--r-- | dağ.asd | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +(defsystem dağ + :author "Emre Akan" + :description "Web frameworkü" + ;; :depends-on () + :pathname "src/" + :components ((:file "main") + ;; (:module "json" + ;; :components (())) + )) |