Upload current attempts

This commit is contained in:
2024-02-04 20:14:13 +01:00
parent f398084692
commit ac2cc81ce1
12 changed files with 64667 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!"