Use name in helloworld program
All checks were successful
the build was successful

This commit is contained in:
Arif Herusetyo Wicaksono 2018-07-26 13:14:29 +09:00
parent 30a9b33d76
commit 6f93d434ef

View File

@ -3,6 +3,6 @@ using namespace std;
int main()
{
cout << "Hello, World!";
cout << "Hello, Arif!";
return 0;
}