module Main where

import GHC.Conc ( threadWaitRead )

main = threadWaitRead (-1) >> putStrLn "done!"