Merge branch 'example' of arif/ci-demo into master
All checks were successful
the build was successful

This commit is contained in:
Arif Herusetyo Wicaksono 2018-07-26 13:31:01 +09:00 committed by Gitea
commit 4722ec3a4f

View File

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