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!";