mlisp/debug.lisp

4 lines
71 B
Common Lisp

(print "Debug starts")
(read-file "tmp/data.csv")
(print "Debug ends")