Update README

This commit is contained in:
Chris Done 2019-11-15 16:47:33 +01:00
parent efcf93f3fe
commit 063a3f6235

View File

@ -21,9 +21,8 @@ Available commands:
run Run the given program source
```
Example:
Example `integers.hs`:
integers.hs:
```haskell
main = 3 + ((2 + -3) - 3)
```