Skip to content

Commit

Permalink
test: add integration test for DivMod hint
Browse files Browse the repository at this point in the history
  • Loading branch information
coxmars committed Aug 9, 2024
1 parent fcbbd45 commit 44f7672
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cairo_programs/cairo/hints/divmod.cairo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fn main() {
let _ = 17_u32 / 12_u32;
let _ = 17_u32 % 12_u32;
}

0 comments on commit 44f7672

Please sign in to comment.