From 37d6e3916a3a195b7365c08d2ec4a3b0318fde47 Mon Sep 17 00:00:00 2001 From: Dikshanain <138239686+Dikshanain@users.noreply.github.com> Date: Thu, 24 Aug 2023 17:43:17 +0530 Subject: [PATCH] Add files via upload --- Diksha/hello.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Diksha/hello.c diff --git a/Diksha/hello.c b/Diksha/hello.c new file mode 100644 index 0000000..ab0934f --- /dev/null +++ b/Diksha/hello.c @@ -0,0 +1,6 @@ +#include +int main() +{ + printf("hello world"); + return 0; +} \ No newline at end of file