Skip to content

Commit

Permalink
fixing binary
Browse files Browse the repository at this point in the history
  • Loading branch information
dangirsh committed Apr 25, 2014
1 parent 9c31600 commit 5d10ec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import Message()


main :: IO ()
--main = getArgs >>= mapM_ (parseFile >=> runner)
main = (parseFile >=> runner) "main.ctrl"
main = getArgs >>= mapM_ (parseFile >=> runner)
--main = (parseFile >=> runner) "main.ctrl"


runner :: Controller -> IO ()
Expand Down
Binary file modified auto
Binary file not shown.

0 comments on commit 5d10ec0

Please sign in to comment.