1
1
mirror of https://github.com/AleoHQ/leo.git synced 2025-01-06 01:43:07 +03:00
leo/compiler/tests/integers/u64/console_assert.leo
2020-08-16 19:14:26 -07:00

3 lines
61 B
Plaintext

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