Skip to content

Commit

Permalink
bug/loops2.cairo semicolumn added (#146)
Browse files Browse the repository at this point in the history
There is a syntatic error in line 16 lacks of semicolumn so this is out of context problem must be fixed
  • Loading branch information
karasakalmt authored Sep 22, 2023
1 parent db59818 commit 3f405f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/loops/loops2.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fn test_loop() {
//TODO return a value from the loop
}
counter += 1;
}
};

assert(result == 5, 'result should be 5');
}

0 comments on commit 3f405f9

Please sign in to comment.