summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorabsurd <void>2026-03-17 02:37:10 -0400
committerabsurd <void>2026-03-17 02:37:10 -0400
commitc236bd90166da2856db0b21fe69d50db6352bb86 (patch)
tree88b48181819ec0093ccbcd8e19d620a1af175c3f
parentAnother commit (diff)
Add a Haskell file to test syntax highlightingmain
-rw-r--r--Main.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Main.hs b/Main.hs
new file mode 100644
index 0000000..32c6734
--- /dev/null
+++ b/Main.hs
@@ -0,0 +1,5 @@
+module Main (main) where
+
+main :: IO ()
+main = do
+ putStrLn "hello world"