A simple torrent client written in Haskell using the BRICK library
Useful commands:
Build: stack build
Run executable: stack exec monad-torrent-exe
Run tests: stack test
Clean: stack clean
Based on Codecrafters course: https://app.codecrafters.io/courses/bittorrent/overview