Bug fixing
ai/code-review AI review reported findings
hello-world/pipeline/head This commit looks good

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