projects
/
wolf
/ blob
9ad1fbcb6d7a2d3235ed07dbbd72117bbecb0bfa
[wolf]
/
resources
/
dircheck
/
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!~%")))))