quotes-api/test/Main.hs

5 lines
90 B
Haskell
Raw Normal View History

2023-02-03 13:45:16 +00:00
module Main (main) where
main :: IO ()
main = putStrLn "Test suite not yet implemented."