Skip to content

Instantly share code, notes, and snippets.

@appachan
Created September 6, 2014 16:03
Show Gist options
  • Save appachan/20cd3c80e1c9c3772fe1 to your computer and use it in GitHub Desktop.
Save appachan/20cd3c80e1c9c3772fe1 to your computer and use it in GitHub Desktop.
var saiko = require('./saiko.js');
console.log(saiko. printSaiko());
exports.printSaiko = function() {
return '夏休みサイコー'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment