From dcc1a6cf3ff8b506796f3635973bda2ff6bb8bfc Mon Sep 17 00:00:00 2001 From: andriopoulou-danai <78960522+andriopoulou-danai@users.noreply.github.com> Date: Mon, 19 Jul 2021 13:47:54 +0200 Subject: [PATCH] Update hello-world.cc Proposal --- cpp-tutorial/stage1/main/hello-world.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp-tutorial/stage1/main/hello-world.cc b/cpp-tutorial/stage1/main/hello-world.cc index e90de0482..cfeb427cf 100644 --- a/cpp-tutorial/stage1/main/hello-world.cc +++ b/cpp-tutorial/stage1/main/hello-world.cc @@ -19,7 +19,7 @@ int main(int argc, char** argv) { } int x; - x =3; + x =4; std::cout << get_greet(who) << std::endl; print_localtime(); return 0;