1
1
mirror of https://github.com/ProvableHQ/leo.git synced 2025-01-07 19:37:02 +03:00
leo/compiler/tests/integers/i128/console_assert.leo
2020-08-16 19:14:26 -07:00

3 lines
63 B
Plaintext

function main(a: i128, b: i128) {
console.assert(a == b);
}