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