From 5c08a4f100f82194587d73ce8aca7fc3f622ec98 Mon Sep 17 00:00:00 2001 From: Weber Date: Wed, 21 Feb 2024 18:34:11 +0000 Subject: [PATCH] skuska --- cv1/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cv1/program.c b/cv1/program.c index 6170c85..1746081 100644 --- a/cv1/program.c +++ b/cv1/program.c @@ -11,6 +11,6 @@ int main() { putchar((ch >= 'a' && ch <= 'z') ? (ch - 32) : ((ch >= 'A' && ch <= 'Z') ? (ch + 32) : (ch >= 32 && ch <= 126 ? ch : '\0'))); } } - putchar("\n") + putchar("\n"); return 0; } \ No newline at end of file