proxy-network/src/proxy-network.cpp

7 lines
95 B
C++

#include <iostream>
int main() {
std::cout << "Hello world" << std::endl;
return 0;
}