ChatServer/main.cc
2024-12-07 19:51:35 +08:00

9 lines
108 B
C++

#include <iostream>
using namespace std;
int main() {
cout << "hello world!" << endl;
return 0;
}