mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-28 12:45:26 +03:00
13 lines
232 B
Plaintext
13 lines
232 B
Plaintext
|
/*
|
||
|
namespace: Compile
|
||
|
expectation: Pass
|
||
|
input_file:
|
||
|
- address1.in
|
||
|
- address2.in
|
||
|
*/
|
||
|
|
||
|
function main(x: address) -> bool {
|
||
|
const sender = aleo1qnr4dkkvkgfqph0vzc3y6z2eu975wnpz2925ntjccd5cfqxtyu8sta57j8;
|
||
|
|
||
|
return x == sender;
|
||
|
}
|