RosettaCodeData/Task/Program-name/CoffeeScript/program-name.coffee

8 lines
129 B
CoffeeScript
Raw Permalink Normal View History

2014-04-02 16:56:35 +00:00
#!/usr/bin/env coffee
main = () ->
program = __filename
console.log "Program: " + program
if not module.parent then main()