mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 23:23:50 +03:00
13 lines
234 B
Plaintext
13 lines
234 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Fail
|
|
input_file:
|
|
- inputs/address1.in
|
|
*/
|
|
|
|
function main(x: address) -> bool {
|
|
const sender: address = aleo10qerras5799u6k7rjtc9y3hcwxuykr45qra7x7dp6jgnc0923czqm0lgta;
|
|
|
|
return x <= sender;
|
|
}
|