mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 11:51:49 +09:00
4 lines
106 B
JavaScript
4 lines
106 B
JavaScript
let f = files.open("$:/CON")
|
|
f.swrite("Hello, world! I'm just writing to a file named 'CON'\n")
|
|
f.close()
|