summaryrefslogtreecommitdiffstats
path: root/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Main.hs b/src/Main.hs
new file mode 100644
index 0000000..1490acd
--- /dev/null
+++ b/src/Main.hs
@@ -0,0 +1,10 @@
+{-# LANGUAGE TypeApplications #-}
+
+module Main where
+
+import Main.Utf8 (withUtf8)
+
+main :: IO ()
+main = do
+ withUtf8 $ do
+ putStrLn . concat $ permutations "Hello World!"