This commit is contained in:
2023-12-18 14:54:52 +01:00
parent 188d12092d
commit 49fa3f3857
10 changed files with 137 additions and 31 deletions
+2
View File
@@ -1,5 +1,7 @@
#include "stdio.h"
int znak(){
char in;
printf("Zadaj znak:");
scanf("%c", &in);