From bf71e5f4d875806e8f2623d95545c8b7a7c2d8f4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 11 Apr 2017 13:12:37 -0400 Subject: some basic data types and hashing to start debug-me This commit was sponsored by Denis Dzyubenko on Patreon. --- debug-me.hs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 debug-me.hs (limited to 'debug-me.hs') 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" -- cgit v1.2.3