mirror of
https://github.com/edubart/otclient.git
synced 2025-12-20 15:37:11 +01:00
8 lines
124 B
C++
8 lines
124 B
C++
#include <iostream>
|
|
|
|
int main(int argc, const char *argv[])
|
|
{
|
|
std::cout << "Hello World!" << std::endl;
|
|
return 0;
|
|
}
|