Skip to content

Instantly share code, notes, and snippets.

@blowery
Created June 15, 2010 19:01
Show Gist options
  • Save blowery/439528 to your computer and use it in GitHub Desktop.
Save blowery/439528 to your computer and use it in GitHub Desktop.
~/src/node (master)
> node
Type '.help' for options.
node> var puts = require("sys").puts;
node> puts(5*2)
10
node>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment