This commit is contained in:
mtgmonkey
2025-11-28 21:36:04 +01:00
commit d419b0f40d
5 changed files with 90 additions and 0 deletions

13
src/Main.hs Normal file
View File

@@ -0,0 +1,13 @@
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
module Main (main) where
-- IMPORTS --
import Relude
-- MAIN --
main :: IO ()
main = putTextLn "hallo Welt"