adding coffe with fromage

This commit is contained in:
Baptiste Lemoine 2016-03-07 16:32:16 +01:00
parent 4e3d31402b
commit 4515796551
1 changed files with 7 additions and 0 deletions

7
src/fromage.coffee Normal file
View File

@ -0,0 +1,7 @@
### how about some coffee with your fromage? :D
class Fromage
examine : ->
console.log('whoa this js stinks!')
init : ->
console.log('fromage is coming.')
@examine();