1 2 3 4 5 6
import Control.Monad import Data.Char main = forever $ do l <- getLine putStrLn $ map toUpper l