Skip to content

Instantly share code, notes, and snippets.

@AV4TAr
Created February 5, 2011 15:02
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 AV4TAr/812503 to your computer and use it in GitHub Desktop.
Save AV4TAr/812503 to your computer and use it in GitHub Desktop.
Hello word on node.js
var sys = require('sys');
setTimeout(function(){
sys.puts('world');
}, 2000);
sys.puts('hello');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment