From c236bd90166da2856db0b21fe69d50db6352bb86 Mon Sep 17 00:00:00 2001 From: absurd Date: Tue, 17 Mar 2026 02:37:10 -0400 Subject: Add a Haskell file to test syntax highlighting --- Main.hs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Main.hs 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" -- cgit v1.2.3