diff options
| author | andromeda <andromeda@lenovo> | 2026-08-17 01:45:44 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-08-17 01:45:44 +0200 |
| commit | 2e5a8167542bd0b5a6d1dea4ea4642c7b06f268e (patch) | |
| tree | 057979514b34e55fa78f901721ebfbddd9f73ced /Main.hs | |
Hello World
Diffstat (limited to 'Main.hs')
| -rw-r--r-- | Main.hs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +module Main (main) where + +main :: IO () +main = putStrLn "Hello, Haskell!" |
