mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +03:00
7 lines
104 B
Haskell
7 lines
104 B
Haskell
module Main where
|
|
|
|
import ClassyPrelude
|
|
|
|
main :: IO ()
|
|
main = putStrLn "Test suite not yet implemented"
|