Обновить src/calculator.c
Some checks failed
CI Pipeline / Lint (push) Successful in 40s
CI Pipeline / Test (push) Failing after 41s
CI Pipeline / Build (push) Has been skipped

This commit is contained in:
2026-05-16 19:47:57 +03:00
parent 017b48f6e8
commit 33063dcff9

View File

@@ -17,5 +17,4 @@ double divide(int a, int b) {
return 0.0;
}
return (double)a / b;
}
EOF
}