1
1
mirror of https://github.com/nmattia/snack.git synced 2024-09-11 11:55:36 +03:00
snack/tests/main-is-different/Spec.hs

13 lines
160 B
Haskell

{-|
Copyright:
© 2018 Nicolas Mattia
-}
module Spec
( main
) where
import Numeric.Natural (Natural)
main :: IO ()
main = putStrLn "hello, test!"