This commit is contained in:
Pcornat 2024-01-26 13:17:52 +01:00
parent d170aac4aa
commit 44fe908a4b
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD
3 changed files with 756 additions and 0 deletions

5
day4/app/Main.hs Normal file
View file

@ -0,0 +1,5 @@
module Main where
main :: IO ()
main = do
putStrLn "Hello, Haskell!"