ci-demo/helloworld.cpp
2018-08-18 13:23:17 +09:00

9 lines
99 B
C++

#include <iostream>
using namespace std;
int main()
{
cout << "Hello, PR#2!";
return 0;
}