Skip to content

Instantly share code, notes, and snippets.

@manojahi

manojahi/Node.js Secret

Created March 18, 2022 14:12
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 manojahi/14c0227b66b14b7b8d64d0ea362a3e0c to your computer and use it in GitHub Desktop.
Save manojahi/14c0227b66b14b7b8d64d0ea362a3e0c to your computer and use it in GitHub Desktop.
/* Hello world in Node.js */
var sys = require('sys');
sys.puts('Hello World');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment