Skip to content

Instantly share code, notes, and snippets.

@danieldietrich
Created January 6, 2019 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danieldietrich/79981acaef769cfe42603278f9ab066b to your computer and use it in GitHub Desktop.
Save danieldietrich/79981acaef769cfe42603278f9ab066b to your computer and use it in GitHub Desktop.
Hello world (Node.js)
  1. Download npm and node
  2. echo "console.log('Hello world');" > index.js
  3. node index.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment