Skip to main content
Commonmark migration
Source Link

#Factor, 73 bytes

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.

#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.

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.

Source Link
cat
  • 6.1k
  • 2
  • 27
  • 45

#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.