From 7069bd572e41c41093d6feeeca9ebf457bfe2d3f Mon Sep 17 00:00:00 2001 From: Abhishek234 <33246891+Abhishek234@users.noreply.github.com> Date: Tue, 31 Oct 2017 13:06:32 +0530 Subject: [PATCH] printing hello world in C --- printing hello world in C | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 printing hello world in C diff --git a/printing hello world in C b/printing hello world in C new file mode 100644 index 0000000..899cba3 --- /dev/null +++ b/printing hello world in C @@ -0,0 +1,5 @@ +#include +int main() +{ +print("Hello World!") +}}}