Skip to content

Instantly share code, notes, and snippets.

@sky172839465
Created June 6, 2019 11:44
Show Gist options
  • Save sky172839465/abb6bca50b21c7cef3170e80042c74a9 to your computer and use it in GitHub Desktop.
Save sky172839465/abb6bca50b21c7cef3170e80042c74a9 to your computer and use it in GitHub Desktop.
Generate hello world file in NodeJS
const fs = require('fs')
fs.writeFileSync('./helloWorld.txt', 'hello world', 'utf8')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment