3 (defun small-guy (a b) (+ a b))
4 (defun small-guy-2 (a b) (+ a b))
6 (defun hello-world (a b c)
13 (with-open-file (str "increasinglylongfilenamesfailme.dat" :direction :input :if-does-not-exist :create)
16 (format t "This file had some things in int, yay!~%")))))