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