Skip to content

Commit

Permalink
Scaling count example back
Browse files Browse the repository at this point in the history
  • Loading branch information
ckirsch committed May 20, 2021
1 parent 98043e4 commit 62d1686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/count.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ int count(int n) {
}

int main() {
return count(1000000);
return count(10000);
}

0 comments on commit 62d1686

Please sign in to comment.