37242063f3ea0ab9da6300539b7c2c3f0ab01faf
[wolf] / whitespacelines.lisp
1 (in-package #:nothing)
2  
3 (defun hello-world (a b c)
4  (progn
5   (with-open-file (str "increasinglylongfilenamesfailme.dat" :direction :input :if-does-not-exist :create)
6    (when
7     (read-line str)
8     (format t "This file had some things in int, yay!~%")))))