2020-03-29 09:08:05 +08:00

7 lines
99 B
C++

#include <iostream>
int main()
{
std::cout << "Hello Easy C++ project!" << std::endl;
}