From b07235fb4903b9768fa5bc4f822d95dc4a833d17 Mon Sep 17 00:00:00 2001 From: 1GBattle <60403368+1GBattle@users.noreply.github.com> Date: Tue, 28 Jan 2020 12:44:08 -0600 Subject: [PATCH] Create GaryB.cpp --- GaryB.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 GaryB.cpp 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; +}