summaryrefslogtreecommitdiffstats
path: root/day02/app
diff options
context:
space:
mode:
Diffstat (limited to 'day02/app')
-rw-r--r--day02/app/Main.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/day02/app/Main.hs b/day02/app/Main.hs
deleted file mode 100644
index 65ae4a0..0000000
--- a/day02/app/Main.hs
+++ /dev/null
@@ -1,4 +0,0 @@
-module Main where
-
-main :: IO ()
-main = putStrLn "Hello, Haskell!"