From 146d21595d1d1247f92bf8fc03100335cc8fc7f0 Mon Sep 17 00:00:00 2001 From: casstantinople Date: Wed, 13 Jul 2016 21:07:01 -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..dd3f453 100644 --- a/src/github.cpp +++ b/src/github.cpp @@ -1,6 +1,6 @@ #include int main() { - std::cout << "My Name" << std::endl; + std::cout << "Cassandra Guerra" << std::endl; return 0; }