welsonjs/lib/fortune.ls
2022-11-29 14:42:34 +09:00

9 lines
161 B
Plaintext

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