RosettaCodeData/Task/Sockets/00DESCRIPTION
2016-12-05 22:15:40 +01:00

4 lines
200 B
Text

For this exercise a program is open a socket to localhost on port 256 and send the message "hello socket world" before closing the socket.
Catching any exceptions or errors is not required.
<br><br>