mirror of
https://github.com/monadicsystems/okapi.git
synced 2024-11-22 08:54:32 +03:00
6 lines
94 B
Haskell
6 lines
94 B
Haskell
{-# LANGUAGE OverloadedStrings #-}
|
|
|
|
import Test.Hspec
|
|
|
|
main :: IO ()
|
|
main = print "Testing..." |