diff options
Diffstat (limited to 'html-test/src/Unicode.hs')
-rw-r--r-- | html-test/src/Unicode.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/html-test/src/Unicode.hs b/html-test/src/Unicode.hs new file mode 100644 index 00000000..d5bbf445 --- /dev/null +++ b/html-test/src/Unicode.hs @@ -0,0 +1,6 @@ +module Unicode where + +-- | γλώσσα +x :: Int +x = 1 + |