sibe/test/Spec.hs

9 lines
116 B
Haskell
Raw Normal View History

module Main where
import System.Exit (exitFailure)
import Sibe
main = do
putStrLn "Hey"
exitFailure