Created
February 27, 2015 10:06
-
-
Save MiyamonY/c1d5515a1d2461d04963 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import System.IO () | |
import Data.Char | |
main :: IO () | |
main = do | |
contents <- readFile "baabaa.txt" | |
writeFile "baabaacaps.txt" (map toUpper contents) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment