From 11a52b818919fa13a3fda03b7fa593dd56e5daf1 Mon Sep 17 00:00:00 2001 From: akashpawar18 <73180010+akashpawar18@users.noreply.github.com> Date: Tue, 20 Oct 2020 20:06:49 +0530 Subject: [PATCH] created new file --- HelloWorld/akashp.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 HelloWorld/akashp.md diff --git a/HelloWorld/akashp.md b/HelloWorld/akashp.md new file mode 100644 index 0000000..160f760 --- /dev/null +++ b/HelloWorld/akashp.md @@ -0,0 +1,6 @@ +#include + +int main() { + printf("Hello, world!\n"); + return 0; +}