5 lines
127 B
Common Lisp
5 lines
127 B
Common Lisp
|
|
(with-open-file
|
||
|
|
(stream
|
||
|
|
(make-pathname :directory '(:absolute "") :name "output.txt")
|
||
|
|
:direction :output))
|