]> git.rkrishnan.org Git - functorrent.git/blob - src/main/Main.hs
hspec tests for single/multi torrent, bencode etc
[functorrent.git] / src / main / Main.hs
1 module Main where
2
3 import FuncTorrent.Bencode
4
5 import Text.Printf (printf)
6
7 main :: IO ()
8 main = printf "hello world"