moved Haskell client library to Bindings folder

This commit is contained in:
2025-01-11 00:44:06 +00:00
parent 3cfd4c56dc
commit 0c7874913a
15 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
module Main where
import P2PRC
( runP2PRC
, MapPortRequest(MkMapPortRequest)
)
main :: IO ()
main =
runP2PRC
( MkMapPortRequest 8080 "jose.akilan.io"
)