stack project setup

This commit is contained in:
vegowotenks 2025-08-11 15:53:56 +02:00
commit 6ebbb483f5
12 changed files with 461 additions and 0 deletions

6
src/Lib.hs Normal file
View file

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