remove trash file

This commit is contained in:
Daniel Kochmanski 2017-09-29 20:07:47 +02:00
parent d445963784
commit c67f769af7

View file

@ -1,13 +0,0 @@
(in-package #:cl-user)
(defvar *foo1* 3)
(defvar *foo2* "bam")
(defvar *foo3* 1.2)
(defvar *foo4* (make-hash-table))
(print "hellow")
(defun hi ()
"danny"
nil)