From 5888ad27a6cf0d0bae3de16376c158657df133f3 Mon Sep 17 00:00:00 2001 From: Jon Erickson Date: Fri, 17 Jul 2020 12:13:04 -0400 Subject: [PATCH 1/2] new branch 2 --- cpp-sample/cppsample.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp-sample/cppsample.cpp b/cpp-sample/cppsample.cpp index 6ffb86e..84fba20 100644 --- a/cpp-sample/cppsample.cpp +++ b/cpp-sample/cppsample.cpp @@ -6,6 +6,6 @@ int main() { - return 41; + return 42; } From 391f35f1603fe1b07e139dc560bfca13be18d8e7 Mon Sep 17 00:00:00 2001 From: Jon Erickson Date: Fri, 17 Jul 2020 12:20:12 -0400 Subject: [PATCH 2/2] new branch 2 --- cpp-sample/cppsample.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp-sample/cppsample.cpp b/cpp-sample/cppsample.cpp index 84fba20..f5b2460 100644 --- a/cpp-sample/cppsample.cpp +++ b/cpp-sample/cppsample.cpp @@ -6,6 +6,6 @@ int main() { - return 42; + return 43; }