From 7def624bca4be72941368b9024477837ff17f391 Mon Sep 17 00:00:00 2001 From: Brad Date: Sun, 17 Jul 2016 12:17:43 -0700 Subject: [PATCH] name changed --- src/.github.cpp.swp | Bin 0 -> 4096 bytes src/github.cpp | 2 +- src/github.cpp~ | 6 ++++++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 src/.github.cpp.swp create mode 100644 src/github.cpp~ diff --git a/src/.github.cpp.swp b/src/.github.cpp.swp new file mode 100644 index 0000000000000000000000000000000000000000..455367ef8eebe125e63c4dec7db3d4a4864370a3 GIT binary patch literal 4096 zcmYc?2=nw+FxN9-00IF9hOX<~;eQwz7|sPUFeDWvrhtSA0gyV~kc`Z{>;NDm!pO(~ zyAJ)_)RfFbeUNhf;*7+iRQ>eK65XQIg8X8A_skNH(j?EklA?V5;-X}bOh##vUUESJ zcC$uBM?+vV1V{*h(vmb?3*Jy;BSUcRR8~?{5Ecq0!GKYvqaiRF0;3@?8UmvsFd71* QAut*OqaiRF0z*9n0EF%)C;$Ke literal 0 HcmV?d00001 diff --git a/src/github.cpp b/src/github.cpp index 06e1575..be16999 100644 --- a/src/github.cpp +++ b/src/github.cpp @@ -1,6 +1,6 @@ #include int main() { - std::cout << "My Name" << std::endl; + std::cout << "Bradley Rosenlof" << std::endl; return 0; } diff --git a/src/github.cpp~ b/src/github.cpp~ new file mode 100644 index 0000000..06e1575 --- /dev/null +++ b/src/github.cpp~ @@ -0,0 +1,6 @@ +#include + +int main() { + std::cout << "My Name" << std::endl; + return 0; +}