From c28d4f5b3547ac810f53ac95c80c72f32732e42f Mon Sep 17 00:00:00 2001 From: Fiftyfive Date: Thu, 9 Jan 2025 19:09:20 +0530 Subject: [PATCH] new c++ code added --- hello.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hello.cpp diff --git a/hello.cpp b/hello.cpp new file mode 100644 index 0000000..6b092f2 --- /dev/null +++ b/hello.cpp @@ -0,0 +1,7 @@ +#include +using namespace std; + +int main (int argc, char *argv[]) { + cout<<"hello fifty five"<