From d4543ea1c4144473a8d87e32718ca53389f80b1b Mon Sep 17 00:00:00 2001 From: sanya Date: Mon, 12 Oct 2020 13:03:41 +0530 Subject: [PATCH] new file added --- first.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 first.c diff --git a/first.c b/first.c new file mode 100644 index 00000000..0ddce74a --- /dev/null +++ b/first.c @@ -0,0 +1,6 @@ +#include +int main() { + + printf("Hello, World!"); + return 0; +} \ No newline at end of file