welsonjs/lib/fortune.coffee

9 lines
157 B
CoffeeScript

###
Fortune Cookie Reader v1.0
Released under the MIT License
###
sayFortune = (fortune) ->
console.log fortune # in bed!
exports.sayFortune = sayFortune