mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-12 01:42:02 +01:00
30bb0b21ef
Signed-off-by: magic_rb <magic_rb@redalder.org>
4 lines
90 B
Haskell
4 lines
90 B
Haskell
module Main (main) where
|
|
|
|
main :: IO ()
|
|
main = putStrLn "Test suite not yet implemented."
|