3 lines
127 B
Common Lisp
3 lines
127 B
Common Lisp
(message "sizes are %s and %s"
|
|
(nth 7 (file-attributes "input.txt"))
|
|
(nth 7 (file-attributes "/input.txt")))
|