Cairo Author: @dic0de
You have a contract that implements a voting system, where only owners can get votes by querying the right array index. The contract also implements a fancy delegate feature.
To pass the challenge, beat the winning checks in the contract.
- is
@view
view only? - how is array look like in cairo
- is the delegate too fancy?