From 09988c3b3ac995dcc10627e7558944101d0a266b Mon Sep 17 00:00:00 2001 From: dhanush29 <56598695+dhanush29@users.noreply.github.com> Date: Tue, 15 Oct 2019 22:33:28 +0530 Subject: [PATCH] Update 3.c --- 3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.c b/3.c index f542028..92754f1 100644 --- a/3.c +++ b/3.c @@ -42,4 +42,4 @@ int main() free(p3); /* freeing up the allocated memory */ return 0; } - +// i am trying to add something