068ff19b65a6274f7586a661c586eace6245905f
[wolf] / whitespaceendline.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!~%")))))