Skip to content

Commit

Permalink
push test
Browse files Browse the repository at this point in the history
  • Loading branch information
rianhughes committed Sep 29, 2023
1 parent 0fdfffb commit 140a9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/hintrunner/hint.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func (hint DivMod) Execute(vm *VM.VirtualMachine) error {
resFelt := f.Element{}
resFelt.Div(lhsFelt, rhsFelt)

// Todo: how to get remainder??
// todo: how to get remainder??

quoCell, err := hint.quotient.Get(vm)
if err != nil {
Expand Down

0 comments on commit 140a9c4

Please sign in to comment.