Add long line check
[wolf] / resources / longline.lisp
1 (in-package #:nothing)
2
3 (defun hello-world (a b c) (progn (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!~%")))))