Guest User

Untitled

a guest
Feb 25th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. import System.IO.Unsafe
  2.  
  3. main :: IO ()
  4. main = do
  5. _ <- return $ unsafePerformIO $ do
  6. print "test2"
  7. print "test"
Add Comment
Please, Sign In to add comment