mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-28 12:45:26 +03:00
3 lines
56 B
Plaintext
3 lines
56 B
Plaintext
|
function main() -> i64 {
|
||
|
return -9223372036854775808
|
||
|
}
|