From 455654982b953fc203a923df74202b1827b9817d Mon Sep 17 00:00:00 2001 From: burn0rdread Date: Sat, 3 Mar 2018 01:55:28 +0900 Subject: [PATCH 1/2] Change the printing memo for code review --- hello_world.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_world.cpp b/hello_world.cpp index 8316274..823778c 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -2,5 +2,5 @@ #include int main(int argc, char** argv) { - printf("Hello World!\n"); + printf("Hello Git World!\n"); } From b52efd4e9e08d5b741a1a582a1a69d8d42494809 Mon Sep 17 00:00:00 2001 From: burn0rdread Date: Sat, 3 Mar 2018 02:09:09 +0900 Subject: [PATCH 2/2] Reflecting a reviewer's comment --- hello_world.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_world.cpp b/hello_world.cpp index 823778c..6c7cc33 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -2,5 +2,5 @@ #include int main(int argc, char** argv) { - printf("Hello Git World!\n"); + printf("Hello IS593 World!\n"); }