From 78e77777395143db0a417269068d98440d0ef26f Mon Sep 17 00:00:00 2001 From: wadilight Date: Sat, 16 Jul 2016 18:38:13 -0700 Subject: [PATCH] Update github.cpp David Willis file chage --- src/github.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.cpp b/src/github.cpp index 06e1575..a8649a0 100644 --- a/src/github.cpp +++ b/src/github.cpp @@ -1,6 +1,6 @@ #include int main() { - std::cout << "My Name" << std::endl; + std::cout << "David Willis" << std::endl; return 0; }