diff options
| author | absurd <void> | 2026-03-17 02:37:10 -0400 |
|---|---|---|
| committer | absurd <void> | 2026-03-17 02:37:10 -0400 |
| commit | c236bd90166da2856db0b21fe69d50db6352bb86 (patch) | |
| tree | 88b48181819ec0093ccbcd8e19d620a1af175c3f | |
| parent | Another commit (diff) | |
Add a Haskell file to test syntax highlightingmain
| -rw-r--r-- | Main.hs | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module Main (main) where + +main :: IO () +main = do + putStrLn "hello world" |
