From 55456998e4b15a08b025390899bef563aa408565 Mon Sep 17 00:00:00 2001 From: me <76397616+P4R1H@users.noreply.github.com> Date: Fri, 1 Nov 2024 01:14:52 +0530 Subject: [PATCH] Create hello_world_P4R1H.cpp --- scripts/hello_world_P4R1H.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/hello_world_P4R1H.cpp diff --git a/scripts/hello_world_P4R1H.cpp b/scripts/hello_world_P4R1H.cpp new file mode 100644 index 0000000000..3f00a41bac --- /dev/null +++ b/scripts/hello_world_P4R1H.cpp @@ -0,0 +1,7 @@ +// LANGUAGE: C++ +// AUTHOR: Parth Gupta +// GITHUB: https://github.com/P4R1H + +#include +using namespace std; +cout << "Hello, World!";