pulsar/app/Main.hs

8 lines
85 B
Haskell

module Main (main) where
import Lib
import Overseer
main :: IO ()
main = undefined