smarter and error test
This commit is contained in:
parent
bf7f456967
commit
49ed7c5df5
37 changed files with 83 additions and 36 deletions
11
test/op/binary.out
Normal file
11
test/op/binary.out
Normal file
|
@ -0,0 +1,11 @@
|
|||
5+4=9
|
||||
5-4=1
|
||||
5*4=20
|
||||
5/4=1
|
||||
5%4=1
|
||||
5&4=4
|
||||
5|4=5
|
||||
5^4=1
|
||||
5<<4=80
|
||||
5>>4=0
|
||||
0
|
Loading…
Add table
Add a link
Reference in a new issue