ServerCore/src/main.cpp

6 lines
100 B
C++

#include <iostream>
int main(int argc, char *argv[])
{
std::cout << "Hello world!" << std::endl;
}