Add exception for strings
[wolf] / resources / 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!~%")))))