mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +00:00
9 lines
157 B
CoffeeScript
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
|