// Create a listening socket, accept a connection from a client, // and write all the data the client sends to stdout. int main(int argc, char** argv) { // TODO: fill in this main method }