welsonjs/lib/fortune.coffee

9 lines
157 B
CoffeeScript
Raw Normal View History

2022-11-28 17:38:11 +00:00
###
Fortune Cookie Reader v1.0
Released under the MIT License
###
sayFortune = (fortune) ->
console.log fortune # in bed!
exports.sayFortune = sayFortune