Create initial state

This commit is contained in:
2017-11-11 09:45:25 +03:00
commit ddfec7a8e4
9 changed files with 174 additions and 0 deletions

6
app/Main.hs Normal file
View File

@ -0,0 +1,6 @@
module Main where
import Lib
main :: IO ()
main = return ()