Example PR for testing drone CI #1

Merged
arif merged 1 commits from example into master 2018-07-26 13:31:01 +09:00
Showing only changes of commit 6f93d434ef - Show all commits

View File

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