This commit is contained in:
Weber 2024-10-14 14:05:20 +00:00
parent bd3863aebe
commit 3140e66c71

View File

@ -89,7 +89,7 @@ bool je_platne_cislo(const char *vstup) {
bool dost_operantov(KalkulackaZasobnik *kalkulacka) {
return kalkulacka->vrchol >= 1;
return kalkulacka->vrchol >= 0;
}
int main() {