Files
hs-rgfw/src/Main.hs
2026-02-12 22:20:30 +01:00

6 lines
68 B
Haskell

module Main where
main :: IO ()
main = do
putStrLn "Hello World"