diff options
Diffstat (limited to 'example')
| -rw-r--r-- | example/input.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/input.txt b/example/input.txt index 32146f2..1f4789b 100644 --- a/example/input.txt +++ b/example/input.txt @@ -1,7 +1,7 @@ a = 7;; b = 4 (a + b) * 10 / 2 -x = 20 +x = 2_0 y = 2! z = y/2 10 + 4(z / y)(x / 4) |
