Kind/app/Main.hs
2024-08-22 18:47:38 -03:00

7 lines
70 B
Haskell

module Main where
import Kind (main)
main :: IO ()
main = Kind.main