Обновить src/calculator.c

This commit is contained in:
2026-05-16 19:46:16 +03:00
parent 44b0694e9d
commit f272af142b

View File

@@ -18,4 +18,3 @@ double divide(int a, int b) {
}
return (double)a / b;
}
EOF