summaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2015-08-26 17:19:31 -0600
committerJoe Zhao <ztuowen@gmail.com>2015-08-26 17:19:31 -0600
commite795d3d990937a640a22b15b88eebd2b7beee340 (patch)
treeec367330ae9fa2502d29434c298bb8dad83592ee /src/Main.hs
downloadhmj-e795d3d990937a640a22b15b88eebd2b7beee340.tar.gz
hmj-e795d3d990937a640a22b15b88eebd2b7beee340.tar.bz2
hmj-e795d3d990937a640a22b15b88eebd2b7beee340.zip
fst commit
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Main.hs b/src/Main.hs
new file mode 100644
index 0000000..6a8ebb3
--- /dev/null
+++ b/src/Main.hs
@@ -0,0 +1,5 @@
+-- This is the default main
+module Main where
+
+main = do
+ print "Just a test"