1
1
mirror of https://github.com/ProvableHQ/leo.git synced 2024-12-19 08:02:14 +03:00
leo/compiler/tests/boolean/assert_eq_input.leo
2020-08-16 17:20:47 -07:00

3 lines
63 B
Plaintext

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