X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=wolf;a=blobdiff_plain;f=resources%2Ftwospaces.lisp;fp=resources%2Ftwospaces.lisp;h=c5183b330b44235ff27163c6bd01d7b1283b03b5;hp=0000000000000000000000000000000000000000;hb=243043b049ee29fb5fbe17286f40f3392b57cbd0;hpb=4ce7dfc301ff2317fe5591a9c23f17e8ac7b7367 diff --git a/resources/twospaces.lisp b/resources/twospaces.lisp new file mode 100644 index 0000000..c5183b3 --- /dev/null +++ b/resources/twospaces.lisp @@ -0,0 +1,14 @@ +(in-package #:nothing) + +(defun small-guy (a b) (+ a b)) +(defun small-guy-2 (a b) (+ a b)) + +(defun hello-world (a b c) + (progn + (let + ((x y) + (z 9)) + (with-open-file (str "increasinglylongfilenamesfailme.dat" :direction :input :if-does-not-exist :create) + (when + (read-line str) + (format t "This file had some things in int, yay!~%")))))