mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-22 17:11:42 +03:00
4 lines
99 B
Plaintext
4 lines
99 B
Plaintext
function main() {
|
|
const a: i128 = -170141183460469231731687303715884105728;
|
|
const b = -a;
|
|
} |