Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xorz57 committed Jun 25, 2024
1 parent 445adc9 commit 4a3beec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ void f(int duration) {
}

int main() {
Stopwatch stopwatch;
stopwatch_t stopwatch;

stopwatch.start();
f(1);
Expand Down

0 comments on commit 4a3beec

Please sign in to comment.