#!/usr/bin/env runhaskell #!/usr/bin/runhugs import System.Time main = getClockTime >>= (putStrLn . show) >> (putStrLn $ show pi)