From 6b0d6a03875b657d4c424884c75f48ef04e95d78 Mon Sep 17 00:00:00 2001 From: jmcamou Date: Mon, 18 Jul 2016 00:37:50 -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..e6d8b9b 100644 --- a/src/github.cpp +++ b/src/github.cpp @@ -1,6 +1,6 @@ #include int main() { - std::cout << "My Name" << std::endl; + std::cout << "Jesus Miguel Camou" << std::endl; return 0; }