summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-06-25 12:08:47 +0200
committerYann Herklotz <git@yannherklotz.com>2021-06-25 12:08:47 +0200
commitae0f8943268c42b1985f3b8a0c5bcf2102ed3a87 (patch)
treeeb93f8e5837eca7375b76c71748d5809a435d8c2 /src
downloadzk-visual-ae0f8943268c42b1985f3b8a0c5bcf2102ed3a87.tar.gz
zk-visual-ae0f8943268c42b1985f3b8a0c5bcf2102ed3a87.zip
Add initial files
Diffstat (limited to 'src')
-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!"