welsonjs/lib/fortune.ls

9 lines
161 B
Plaintext
Raw Normal View History

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