I already did a lot of things

This commit is contained in:
vegowotenks 2025-06-18 13:13:41 +02:00
commit cbccc8253b
15 changed files with 719 additions and 0 deletions

4
app/Main.hs Normal file
View file

@ -0,0 +1,4 @@
module Main (main) where
main :: IO ()
main = pure ()