snake-hs/test/Main.hs
2026-03-24 15:41:48 +03:00

4 lines
90 B
Haskell

module Main (main) where
main :: IO ()
main = putStrLn "Test suite not yet implemented."