summaryrefslogtreecommitdiff
path: root/symbols.lisp
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2019-11-18 18:36:57 +0100
committertomsmeding <tom.smeding@gmail.com>2019-11-18 18:36:57 +0100
commit481884fb892f949478dad8d801ced704baea986c (patch)
tree8c5bcf1d306c8ad3d39d449da8def74cb24dca2d /symbols.lisp
parent4746aa52f85f4dc3ce8e195f0a5fd8afe2d54378 (diff)
Automatic testing of examples
Diffstat (limited to 'symbols.lisp')
-rw-r--r--symbols.lisp3
1 files changed, 0 insertions, 3 deletions
diff --git a/symbols.lisp b/symbols.lisp
deleted file mode 100644
index cba1302..0000000
--- a/symbols.lisp
+++ /dev/null
@@ -1,3 +0,0 @@
-(print '(1 2 3))
-(print (list 1 2 3))
-(print (= 'hoi 'hoi))