]> git.rkrishnan.org Git - functorrent.git/blobdiff - src/main/Main.hs
hspec tests for single/multi torrent, bencode etc
[functorrent.git] / src / main / Main.hs
diff --git a/src/main/Main.hs b/src/main/Main.hs
new file mode 100644 (file)
index 0000000..1f79023
--- /dev/null
@@ -0,0 +1,8 @@
+module Main where
+
+import FuncTorrent.Bencode
+
+import Text.Printf (printf)
+
+main :: IO ()
+main = printf "hello world"