inital haskell

This commit is contained in:
nora 2021-04-07 16:40:12 +02:00
parent 1c371ffaa9
commit bd2d2ba8c5
21 changed files with 321 additions and 0 deletions

6
bfi-haskell/src/Lib.hs Normal file
View file

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