snake-hs/test/Main.hs

5 lines
90 B
Haskell
Raw Normal View History

2026-03-24 15:40:22 +03:00
module Main (main) where
main :: IO ()
main = putStrLn "Test suite not yet implemented."