8 lines
72 B
Haskell
8 lines
72 B
Haskell
module Main (main) where
|
|
|
|
import WM.Core
|
|
|
|
main :: IO ()
|
|
main = do
|
|
run
|