keter/test/process-torun.hs
Michael Snoyman 379359c779 Keter.Process
2012-05-06 13:29:18 +03:00

8 lines
143 B
Haskell

import Control.Concurrent
import Data.Time
main = do
now <- getCurrentTime
writeFile "process.txt" $ show now
threadDelay 1000000