projects
/
wolf
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Exceptions for comments
[wolf]
/
resources
/
twoemptylines.lisp
1
(in-package #:nothing)
2
3
4
(defun hello-world (a b c)
5
(progn
6
(with-open-file (str "increasinglylongfilenamesfailme.dat" :direction :input :if-does-not-exist :create)
7
(when
8
(read-line str)
9
(format t "This file had some things in int, yay!~%")))))