summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorEtenil <dev@etenil.net>2026-02-15 12:24:45 +0000
committerEtenil <dev@etenil.net>2026-02-21 14:47:38 +0100
commit77d1b104115d8e29a5217d82ba47fd9e542fbc8a (patch)
tree259a543e4031b4970fc190130930921bd20a5694 /package.lisp
parent58623e745797c08356bf9efc5216387d53e775b7 (diff)
Set up ASDF and tests
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp
new file mode 100644
index 0000000..4bbd1d2
--- /dev/null
+++ b/package.lisp
@@ -0,0 +1,4 @@
+(defpackage ffnn
+ (:use :cl))
+(in-package :ffnn)
+