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