summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib/IO/putStr001.hs
blob: 48b3add3f377c3e4179e73e4723fbcab6eb145d0 (plain)
1
2
3
4
5
6
-- !!! Testing output on stdout

-- stdout is buffered, so test if its buffer
-- is flushed upon program termination.

main = putStr "Hello, world\n"