This commit is contained in:
Oleg Sobolev 2025-12-02 23:26:17 +03:00
commit fcf2951fa7
5 changed files with 115 additions and 0 deletions

4
app/Main.hs Normal file
View file

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