From 60f9ca96bbfca66ed76510156cd6c6c0a41bba8f Mon Sep 17 00:00:00 2001 From: ajuarjun <44640889+ajuarjun@users.noreply.github.com> Date: Fri, 2 Oct 2020 17:10:48 +0530 Subject: [PATCH] Create helloworldincpp --- helloworldincpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 helloworldincpp diff --git a/helloworldincpp b/helloworldincpp new file mode 100644 index 0000000..c48c9b8 --- /dev/null +++ b/helloworldincpp @@ -0,0 +1,6 @@ +#include +#include +void main() +{ + cout<<"Hello World"; +}