Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,14 +0,0 @@
|
|||
let a = int_of_string(Sys.argv[2])
|
||||
let b = int_of_string(Sys.argv[3])
|
||||
|
||||
let sum = a + b
|
||||
let difference = a - b
|
||||
let product = a * b
|
||||
let division = a / b
|
||||
let remainder = mod(a, b)
|
||||
|
||||
Js.log("a + b = " ++ string_of_int(sum))
|
||||
Js.log("a - b = " ++ string_of_int(difference))
|
||||
Js.log("a * b = " ++ string_of_int(product))
|
||||
Js.log("a / b = " ++ string_of_int(division))
|
||||
Js.log("a % b = " ++ string_of_int(remainder))
|
||||
Loading…
Add table
Add a link
Reference in a new issue