diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-03-10 16:10:34 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-03-10 16:10:34 +0100 |
| commit | 62065753a52f66eb8234deb2e4d09f83d870080c (patch) | |
| tree | 30d87fdc17756c3600dc3c4222310323ef1f5cd1 /src/main.hs | |
| parent | df5d3f05ead68a6cdecfeccecadce45fd4b574fd (diff) | |
| download | computorv1-master.tar.gz computorv1-master.tar.bz2 computorv1-master.zip | |
Diffstat (limited to 'src/main.hs')
| -rw-r--r-- | src/main.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.hs b/src/main.hs index f0a83e5..5d809aa 100644 --- a/src/main.hs +++ b/src/main.hs @@ -7,6 +7,7 @@ import Data.List import Parser import Equation + main :: IO () main = catchIOError tryMain handler where handler e |
