Data update

This commit is contained in:
Ingy dot Net 2024-04-19 16:56:29 -07:00
parent 0df55f9f24
commit aec8ed51b6
1045 changed files with 18889 additions and 2777 deletions

View file

@ -2,6 +2,6 @@
I :argv.len == 1
print(File(notes.txt).read(), end' )
E
V f = File(notes.txt, a)
V f = File(notes.txt, APPEND)
f.write(Time().format("YYYY-MM-DD hh:mm:ss\n"))
f.write("\t"(:argv[1..].join( ))"\n")