This commit is contained in:
2024-02-29 13:03:15 +01:00
parent 9264a786cb
commit 908d24a712
9 changed files with 881 additions and 196 deletions

4
src/GoodList.hs Normal file
View File

@ -0,0 +1,4 @@
module GoodList (someFunc) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"