Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
8
Task/Arithmetic-Integer/Raven/arithmetic-integer.raven
Normal file
8
Task/Arithmetic-Integer/Raven/arithmetic-integer.raven
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
' Number 1: ' print expect 0 prefer as x
|
||||
' Number 2: ' print expect 0 prefer as y
|
||||
|
||||
x y + " sum: %d\n" print
|
||||
x y - "difference: %d\n" print
|
||||
x y * " product: %d\n" print
|
||||
x y / " quotient: %d\n" print
|
||||
x y % " remainder: %d\n" print
|
||||
Loading…
Add table
Add a link
Reference in a new issue