mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-01 20:46:12 +01:00
5 lines
90 B
Haskell
5 lines
90 B
Haskell
|
module Main (main) where
|
||
|
|
||
|
main :: IO ()
|
||
|
main = putStrLn "Test suite not yet implemented."
|