From 09678b89bed599b957d096d72b9f2ed0047e3478 Mon Sep 17 00:00:00 2001 From: Brian Hays Date: Mon, 24 Apr 2017 00:54:53 +0000 Subject: [PATCH] Done. --- index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.js b/index.js index e69de29b..4d292a79 100644 --- a/index.js +++ b/index.js @@ -0,0 +1,5 @@ +console.log("LumberJack") + +console.warn("Caution") + +console.error("Oh noes")