mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-08 20:56:04 +00:00
Update helloworld.coffee
This commit is contained in:
parent
c341c1197d
commit
2b23b2c8b1
|
@ -18,8 +18,9 @@ kids =
|
||||||
|
|
||||||
main = (args) ->
|
main = (args) ->
|
||||||
console.log song.join(',')
|
console.log song.join(',')
|
||||||
console.log Object.keys(singers).join(',')
|
console.log JSON.stringify(singers)
|
||||||
console.log bitlist.join(',')
|
console.log bitlist.join(',')
|
||||||
|
console.log JSON.stringify(kids)
|
||||||
console.log "Hello world, CoffeeScript"
|
console.log "Hello world, CoffeeScript"
|
||||||
|
|
||||||
exports.main = main
|
exports.main = main
|
Loading…
Reference in New Issue
Block a user