From c39371607301969d3006cbc00394f748c1c0556c Mon Sep 17 00:00:00 2001 From: deepuiitians <56781894+deepuiitians@users.noreply.github.com> Date: Tue, 29 Oct 2019 01:10:39 +0530 Subject: [PATCH] Create raghav.c --- raghav.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 raghav.c diff --git a/raghav.c b/raghav.c new file mode 100644 index 0000000..3f29c3a --- /dev/null +++ b/raghav.c @@ -0,0 +1,6 @@ +#include +main() +{ +printf("DEEPAK"); +return 0; +}