This commit is contained in:
2024-01-22 14:41:15 +01:00
parent a00408d732
commit df2701109f
15 changed files with 110 additions and 71 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#include "stdio.h"
int do_while_znak(){
int do_while_znak() {
int c;
int pocet = 0;
const int koniec = 'k';