module Main where

import Text.HTML.TagSoup.HT.Test as Test

main :: IO ()
main =
   putStrLn Test.laziness
