Use name in helloworld program
the build was successful

This commit is contained in:
2018-07-26 13:14:29 +09:00
parent 30a9b33d76
commit 6f93d434ef
+1 -1
View File
@@ -3,6 +3,6 @@ using namespace std;
int main() int main()
{ {
cout << "Hello, World!"; cout << "Hello, Arif!";
return 0; return 0;
} }