From 4b9bf3c2534a68351f546889c321727d64e174d3 Mon Sep 17 00:00:00 2001 From: sriya-uttaray Date: Mon, 20 Nov 2023 18:50:58 +0530 Subject: [PATCH] file created --- B523066.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 B523066.c diff --git a/B523066.c b/B523066.c new file mode 100644 index 0000000..1861610 --- /dev/null +++ b/B523066.c @@ -0,0 +1,5 @@ +#include +void main() +{ + printf("Hello World!"); +} \ No newline at end of file