This commit is contained in:
Matej Hajduk 2025-10-15 17:58:37 +02:00
parent d6e45d8143
commit 1eb4ca6666

View File

@ -78,7 +78,7 @@ int main(){
}
else{
printf("bad input\n");
return 1;
return 0;
}
print (&mystack);
}