From 45157965518fa0fa20fe1c74c81bf347f1abf23f Mon Sep 17 00:00:00 2001 From: Baptiste Lemoine Date: Mon, 7 Mar 2016 16:32:16 +0100 Subject: [PATCH] adding coffe with fromage --- src/fromage.coffee | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/fromage.coffee diff --git a/src/fromage.coffee b/src/fromage.coffee new file mode 100644 index 0000000..cdc83b2 --- /dev/null +++ b/src/fromage.coffee @@ -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();