diff --git a/GaryB.cpp b/GaryB.cpp new file mode 100644 index 0000000..f2a5927 --- /dev/null +++ b/GaryB.cpp @@ -0,0 +1,8 @@ +#include + +using namespace std; + +int main() +{ +cout << "Hello World" << endl; +}