From 7f0449a3f26e3bde4132a36a0b52e42002bb45b2 Mon Sep 17 00:00:00 2001 From: Seth5141 Date: Wed, 13 Jul 2016 20:39:00 -0700 Subject: [PATCH] Update github.cpp I added my name. --- src/github.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.cpp b/src/github.cpp index 06e1575..1578885 100644 --- a/src/github.cpp +++ b/src/github.cpp @@ -1,6 +1,6 @@ #include int main() { - std::cout << "My Name" << std::endl; + std::cout << "Seth Howell" << std::endl; return 0; }