Skip to content

Commit

Permalink
refactor: improve readability of function1 Rewrite function1 for bett…
Browse files Browse the repository at this point in the history
…er readability with descriptive variable names and clearer logic. This enhances code maintainability.
  • Loading branch information
Tanishq112005 authored Mar 24, 2024
1 parent f998edb commit 5604c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easy/day_3/solution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ int main() {
while (t--)
function1();
return 0;
}
}



Expand Down

0 comments on commit 5604c34

Please sign in to comment.