Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
docs: added a description to ex09 (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: Y omelette <[email protected]>
  • Loading branch information
waheya and Y omelette authored Nov 21, 2023
1 parent 37bb512 commit ab60b45
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/ex09.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
// Exercise 9
// Recursions - advanced
////////////////////////////////
// TODO (omar): Add a description of the exercise
// - Use this contract's claim_points() function
// - Your points are credited by the contract
// In this exercise, you need to:
// - Follow this contract's claim_points() function to understand how to finish the exercise
// - Send the correct array to claim_points() to claim your points
// - Your points are credited by the contract if you send the correct value
// What you'll learn
// - The relavent function of Array, such as is_empty(), len() and more
////////////////////////////////

#[contract]
Expand Down

0 comments on commit ab60b45

Please sign in to comment.