Update cv3/program.c
This commit is contained in:
parent
2bcce5a191
commit
5ff3758ff4
@ -47,6 +47,7 @@ int main() {
|
||||
|
||||
while (1) {
|
||||
|
||||
printf("Zadajte číslo alebo operáciu (+, -, *, /): ");
|
||||
if (!fgets(input, sizeof(input), stdin)) {
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user