diff --git a/scripts/hello_world_manan012.cpp b/scripts/hello_world_manan012.cpp new file mode 100644 index 0000000000..cfcbb25e49 --- /dev/null +++ b/scripts/hello_world_manan012.cpp @@ -0,0 +1,11 @@ +// LANGUAGE: C++ + +// AUTHOR: Manan Goel +// GITHUB: https://github.com/manan012 +#include +using namespace std; +int main() +{ + cout<<"Hello, World!"; + return 0; +}