Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cairo 2.1.1 #138

Merged
merged 12 commits into from
Sep 11, 2023
Prev Previous commit
Next Next commit
intro1 not done
  • Loading branch information
shramee committed Aug 20, 2023
commit cc4f0318f1a125d62b5f564a13b0f4e35a37a180
2 changes: 1 addition & 1 deletion exercises/starknet/basics/starknet1.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// The contract shows that he is the owner of the contract.
// However, his contract is not working. What's he missing?

// I AM DONE
// I AM NOT DONE

#[starknet::interface]
trait IJoesContract<TContractState> {
Expand Down