3 lines
73 B
Common Lisp
3 lines
73 B
Common Lisp
|
|
(let ((stream (open "output.txt" :direction :output)))
|
||
|
|
(close stream))
|