Skip to main content
Commonmark migration
Source Link

#Node.js, 47 bytes

Node.js, 47 bytes

require('fs').writeFileSync(process.argv[1],'')

Erase the content of the source file

#Node.js, 47 bytes

require('fs').writeFileSync(process.argv[1],'')

Erase the content of the source file

Node.js, 47 bytes

require('fs').writeFileSync(process.argv[1],'')

Erase the content of the source file

Source Link

#Node.js, 47 bytes

require('fs').writeFileSync(process.argv[1],'')

Erase the content of the source file