Reimplement text rendering, slow

This commit is contained in:
2021-02-12 14:26:51 +01:00
parent 42c8a55da2
commit d6f46a7fcc
4 changed files with 96 additions and 9 deletions
-6
View File
@@ -1,6 +0,0 @@
module Lib
( someFunc
) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"