RosettaCodeData/Task/Sockets/00-TASK.txt

6 lines
202 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
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>