diff --git a/scripts/hello_world_PrAyAg9.cpp b/scripts/hello_world_PrAyAg9.cpp new file mode 100644 index 000000000..9880e2e57 --- /dev/null +++ b/scripts/hello_world_PrAyAg9.cpp @@ -0,0 +1,12 @@ +// LANGUAGE: CPP +// AUTHOR: Prayag Thakur +// GITHUB: https://github.com/PrAyAg9 + +#include +using namespace std; + +#define PRAYAG std::cout + +int main(){ + PRAYAG <<"Hello World"; +}