From 4792ec7ea16a97e73331df57cc55a41421a5d4f2 Mon Sep 17 00:00:00 2001 From: ncreasm Date: Mon, 18 Jul 2016 15:13:12 -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..3af8740 100644 --- a/src/github.cpp +++ b/src/github.cpp @@ -1,6 +1,6 @@ #include int main() { - std::cout << "My Name" << std::endl; + std::cout << "Nicholas Creasman" << std::endl; return 0; }