Skip to content

Instantly share code, notes, and snippets.

@pchw
Created October 12, 2013 03:27
Show Gist options
  • Save pchw/6945440 to your computer and use it in GitHub Desktop.
Save pchw/6945440 to your computer and use it in GitHub Desktop.
console.log 'coffee!'
console.log('js!');
$ node test.js
js!
require('coffee-script');
require('./module');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment