stack project initialized

This commit is contained in:
2024-11-17 15:58:27 +03:00
parent 7b452ed326
commit 40b467cba5
13 changed files with 262 additions and 0 deletions

6
lab3/src/Lib.hs Normal file
View File

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