From dbc434e996549621ed4cac0ed9de1df96c91ba25 Mon Sep 17 00:00:00 2001 From: duboisgardel Date: Wed, 13 Jul 2016 20:51:43 -0700 Subject: [PATCH] Update github.cpp --- src/github.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.cpp b/src/github.cpp index 06e1575..f942303 100644 --- a/src/github.cpp +++ b/src/github.cpp @@ -1,6 +1,6 @@ #include int main() { - std::cout << "My Name" << std::endl; + std::cout << "Gardel DuBois" << std::endl; return 0; }