first commit

This commit is contained in:
Sidharth Kulkarni 2026-04-29 20:29:04 -07:00
commit 142d7feefb
Signed by: skulk
SSH key fingerprint: SHA256:Jby+S9d1WmwqnXIrngHgccYNHz+cYquxN1zm3ym3Kbg
7 changed files with 109 additions and 0 deletions

4
app/Main.hs Normal file
View file

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