From 6f93d434ef4bc7d5e86328c0450b7b7c60242d41 Mon Sep 17 00:00:00 2001 From: Arif Herusetyo Wicaksono Date: Thu, 26 Jul 2018 13:14:29 +0900 Subject: [PATCH] Use name in helloworld program --- helloworld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld.cpp b/helloworld.cpp index 2a9ace7..c9245ce 100644 --- a/helloworld.cpp +++ b/helloworld.cpp @@ -3,6 +3,6 @@ using namespace std; int main() { - cout << "Hello, World!"; + cout << "Hello, Arif!"; return 0; } -- 2.47.3