From b8e7a98b9d136ba2408ff01b8a315922d931ee9a Mon Sep 17 00:00:00 2001 From: Navya Jain <119936633+navyaajainnn@users.noreply.github.com> Date: Sun, 20 Oct 2024 22:29:00 +0530 Subject: [PATCH] Added hello world in cpp --- hello.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello.cpp diff --git a/hello.cpp b/hello.cpp new file mode 100644 index 0000000..f3a0cb8 --- /dev/null +++ b/hello.cpp @@ -0,0 +1,6 @@ +#include +using namespace std: + +int main(){ + cout<<"Hello world"; +}