meo/app/Main.hs
2023-12-18 18:29:13 +08:00

8 lines
100 B
Haskell

module Main (main) where
import Lib (mainIO)
import Premitive (ttest)
main :: IO ()
main = mainIO