summaryrefslogtreecommitdiffhomepage
path: root/debug-me.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-11 13:12:37 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-11 15:31:26 -0400
commitbf71e5f4d875806e8f2623d95545c8b7a7c2d8f4 (patch)
treef7fa8439df3c89b592c89db0408324c8951c7f51 /debug-me.hs
downloaddebug-me-bf71e5f4d875806e8f2623d95545c8b7a7c2d8f4.tar.gz
some basic data types and hashing to start debug-me
This commit was sponsored by Denis Dzyubenko on Patreon.
Diffstat (limited to 'debug-me.hs')
-rw-r--r--debug-me.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/debug-me.hs b/debug-me.hs
new file mode 100644
index 0000000..553343a
--- /dev/null
+++ b/debug-me.hs
@@ -0,0 +1,6 @@
+module Main where
+
+import Types
+import Hash
+
+main = print "hi"