mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-29 20:44:52 +03:00
4 lines
95 B
Plaintext
4 lines
95 B
Plaintext
function main() {
|
|
let a: i128 = -170141183460469231731687303715884105728;
|
|
let b = -a;
|
|
} |