Skip to main content
2 of 2
Commonmark migration

Factor, 73 bytes

USING: io.files io.encodings [ 0 "a" utf8 set-file-contents ] [ t ] while 

Sets the file contents to the nul byte forever.

cat
  • 6.1k
  • 2
  • 27
  • 45