From ec833e1b2ea8d57bdcf730e8d83232a7dc734a7c Mon Sep 17 00:00:00 2001 From: Brian Bassanetti <89162244+BrainTheBest5@users.noreply.github.com> Date: Tue, 30 May 2023 12:26:24 +0200 Subject: [PATCH] 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 0742a42..124002a 100644 --- a/Logic1.c +++ b/Logic1.c @@ -1,5 +1,5 @@ #include -(= + int main(){ int i; printf("Insert a number: ");