ci-demo/helloworld.cpp
Arif Herusetyo Wicaksono 6f93d434ef
All checks were successful
the build was successful
Use name in helloworld program
2018-07-26 13:14:29 +09:00

9 lines
99 B
C++

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