2 lines
71 B
Text
2 lines
71 B
Text
let wow = 1 + 2 * 3 - 4 / 5 * 6 - 7 * 8 + 9
|
|
let test = print_int (wow)
|
let wow = 1 + 2 * 3 - 4 / 5 * 6 - 7 * 8 + 9
|
|
let test = print_int (wow)
|