mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-18 07:11:53 +03:00
11 lines
180 B
Plaintext
11 lines
180 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Pass
|
|
state_file: input/token_withdraw.state
|
|
input_file: input/dummy.in
|
|
*/
|
|
|
|
function main() -> bool {
|
|
return input.state.root == [0u8; 32];
|
|
}
|