From 3e049868356b626a6ebdb5d4ca5d11813f15707c Mon Sep 17 00:00:00 2001 From: Faith Watson Date: Sun, 17 Jul 2016 20:16:44 -0700 Subject: [PATCH] Activity 12 --- src/github.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.cpp b/src/github.cpp index 06e1575..606eb6a 100644 --- a/src/github.cpp +++ b/src/github.cpp @@ -1,6 +1,6 @@ #include int main() { - std::cout << "My Name" << std::endl; + std::cout << "Faith Watson" << std::endl; return 0; }