mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 12:34:55 +02:00
hello world!
This commit is contained in:
7
srcs/main.cpp
Normal file
7
srcs/main.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <iostream>
|
||||
|
||||
int main(int argc, const char *argv[])
|
||||
{
|
||||
std::cout << "Hello World!" << std::endl;
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user