summaryrefslogtreecommitdiff
path: root/capscont.hs
diff options
context:
space:
mode:
Diffstat (limited to 'capscont.hs')
-rw-r--r--capscont.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/capscont.hs b/capscont.hs
new file mode 100644
index 0000000..2277d3b
--- /dev/null
+++ b/capscont.hs
@@ -0,0 +1,5 @@
+import Data.Char
+
+main = do
+ contents <- getContents
+ putStr $ map toUpper contents