summaryrefslogtreecommitdiff
path: root/.stack-work/intero/intero25034U72-STAGING.hs
diff options
context:
space:
mode:
authorSteven <steven.vasilogianis@gmail.com>2019-05-29 20:06:05 -0400
committerSteven <steven.vasilogianis@gmail.com>2019-05-29 20:06:05 -0400
commitcbe440bb0adbfbccfdbbcedb29bf9408c0596866 (patch)
tree5b040044f331d82845fc0b68386d8d285dad1949 /.stack-work/intero/intero25034U72-STAGING.hs
Initial repository; needs clean up but it's working so let's not lose it
Diffstat (limited to '.stack-work/intero/intero25034U72-STAGING.hs')
-rw-r--r--.stack-work/intero/intero25034U72-STAGING.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/.stack-work/intero/intero25034U72-STAGING.hs b/.stack-work/intero/intero25034U72-STAGING.hs
new file mode 100644
index 0000000..9cd992d
--- /dev/null
+++ b/.stack-work/intero/intero25034U72-STAGING.hs
@@ -0,0 +1,5 @@
1module Main where
2
3main :: IO ()
4main = do
5 putStrLn "hello world"