Files
testRep001/main.cpp
2022-09-05 14:28:47 +07:00

10 lines
97 B
C++

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