little fix

This commit is contained in:
2024-11-17 14:18:36 +01:00
parent d19ed4339f
commit 08ce6c3ac2

8
main.c
View File

@@ -36,11 +36,9 @@ void main(void) {
if(isFull) {
oblicz();
}
print_results();
isFull = 0;
print_results();
isFull = 0;
}
}