dictfr/Main.hs
2018-05-01 15:13:49 +02:00

12 lines
203 B
Haskell

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