From 93006e63923ec636255e45f80983bdd1566edb52 Mon Sep 17 00:00:00 2001 From: Bohdan Kapliuk Date: Sun, 27 Oct 2024 22:33:38 +0200 Subject: [PATCH] a1 --- a1/program.c | 1 + 1 file changed, 1 insertion(+) diff --git a/a1/program.c b/a1/program.c index b5bd415..2a99da3 100644 --- a/a1/program.c +++ b/a1/program.c @@ -11,6 +11,7 @@ int main() { int position[LINESIZE]; int x = 0; fgets(vstup, LINESIZE, stdin); + printf("Read: %s", vstup); for (int j = 0; j < strlen(vstup); j++) { for (int i = 0; i < 4; i++) { if (vstup[j] == brackets[i]) {