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

Commit

Permalink
.....
Browse files Browse the repository at this point in the history
  • Loading branch information
reneespinosa committed Jan 1, 2024
1 parent 154b11c commit 1286dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/task4_basic.fc
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ tuple setval(tuple cmaze,int i ,int j, int val)
i = i + 1;
}


{-
repeat(n * m)
{
i = 0;
Expand Down Expand Up @@ -561,7 +561,7 @@ tuple setval(tuple cmaze,int i ,int j, int val)

}
}

-}



Expand Down

0 comments on commit 1286dd1

Please sign in to comment.