2 lines
123 B
Common Lisp
2 lines
123 B
Common Lisp
(delete-file (make-pathname :name "input.txt"))
|
|
(delete-file (make-pathname :directory '(:absolute "") :name "input.txt"))
|