Initial commit
This commit is contained in:
7
tests/testlevel1/level1expr.test_out
Normal file
7
tests/testlevel1/level1expr.test_out
Normal file
@@ -0,0 +1,7 @@
|
||||
5+7 = 12
|
||||
5-7 = -2
|
||||
5*7 = 35
|
||||
5/7 = 0
|
||||
5+1 = 6
|
||||
5* (5+7) = 60
|
||||
5* 5+7 = 32
|
||||
Reference in New Issue
Block a user