7 lines
75 B
Haskell
7 lines
75 B
Haskell
|
module Main where
|
||
|
|
||
|
import Request
|
||
|
|
||
|
main :: IO ()
|
||
|
main = print =<< testFunc
|