dictfr/Main.hs
2018-04-27 00:37:57 +02:00

11 lines
177 B
Haskell

module Main where
import System.Environment
import Download
main :: IO ()
main = do
args <- getArgs
htmlResult <- downloadHtmlDef (head args)
putStrLn htmlResult