summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins/T20803b.hs
blob: 46d214c2e60448d484effd2b233b655eed6edb69 (plain)
1
2
3
4
5
6
module Main where

main = do
  putStrLn "Program Started"
  putStrLn "message"
  putStrLn "Program Ended"