mirror of
https://github.com/byteverse/colonnade.git
synced 2026-01-16 17:28:29 +01:00
8 lines
75 B
Haskell
8 lines
75 B
Haskell
import Test.DocTest
|
|
|
|
main :: IO ()
|
|
main = doctest
|
|
[ "src/Siphon.hs"
|
|
]
|
|
|