From b9d17cb32eea9901c621c75e15084f6329e23293 Mon Sep 17 00:00:00 2001 From: Anonymouslaj <72160942+Anonymouslaj@users.noreply.github.com> Date: Fri, 1 Oct 2021 21:17:26 +0530 Subject: [PATCH] now it is ok if you want to further add code in it you should add #include --- cello.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cello.c b/cello.c index 57108c0..f7bc427 100644 --- a/cello.c +++ b/cello.c @@ -1,4 +1,5 @@ #include +#include int main(void){ printf("Hello World\n");