Ticket #4198: tmp.hs

File tmp.hs, 79 bytes (added by yugr, 3 years ago)
Line 
1import System.Process
2main = system "a.exe" >> putStrLn "This is not printed"