2 lines
74 B
Text
2 lines
74 B
Text
|
let overflow = 4294967296 * 4294967296 + 1
|
||
|
let main = print_int (overflow)
|