mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +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"
|