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