module PRINT2 where putstr = putStr putstrln = putStrLn main :: IO () main = do putstrln "yeah boi" putstr "its getting" putstr " really hot in here" putstrln "\nisn't it?"