source: Dev/trunk/node_modules/grunt-contrib-coffee/test/fixtures/litcoffee.coffee.md

Last change on this file was 484, checked in by hendrikvanantwerpen, 11 years ago

Commit node_modules, to make checkouts and builds more deterministic.

File size: 90 bytes
Line 
1Begin function declaration.
2
3    sayHello = ->
4
5Print a greeting.
6
7      console.log 'hi'
Note: See TracBrowser for help on using the repository browser.