Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
(file-write-date "input.txt")
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
(let* ((filename "input.txt")
|
||||
(stat (sb-posix:stat filename))
|
||||
(mtime (sb-posix:stat-mtime stat)))
|
||||
(sb-posix:utime filename
|
||||
(sb-posix:stat-atime stat)
|
||||
(sb-posix:time)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue