From 7169767181d9dbd9aa439505eabc89152bdb6110 Mon Sep 17 00:00:00 2001 From: Brian Bassanetti <89162244+BrainTheBest5@users.noreply.github.com> Date: Tue, 30 May 2023 12:26:04 +0200 Subject: [PATCH] Updated the logic check as a one-liner --- Logic1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Logic1.c b/Logic1.c index 124002a..0742a42 100644 --- a/Logic1.c +++ b/Logic1.c @@ -1,5 +1,5 @@ #include - +(= int main(){ int i; printf("Insert a number: ");