From 33afe7b3f99590adfac4f317b689f25d59b831eb Mon Sep 17 00:00:00 2001 From: Sidddharthh <56505365+Sidddharthh@users.noreply.github.com> Date: Thu, 31 Oct 2019 04:45:53 +0530 Subject: [PATCH] just another hello world program --- hello_world^n | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello_world^n diff --git a/hello_world^n b/hello_world^n new file mode 100644 index 0000000..8ee49c5 --- /dev/null +++ b/hello_world^n @@ -0,0 +1,6 @@ +#include +int main (){ +printf ("hello world"); + +return 0; +}