Bug fixing
ai/code-review No issues found
hello-world/pipeline/head This commit looks good

This commit is contained in:
2026-05-03 21:37:02 +01:00
parent 4f05b6f6c0
commit f39884310d
+1 -1
View File
@@ -4,7 +4,7 @@
int main() { int main() {
auto max_value = 100; auto max_value = 100;
int total; int total = 0;
for (int i = 0; i < max_value; ++i) { for (int i = 0; i < max_value; ++i) {
total += i; total += i;
} }