Sockets: Difference between revisions

m
added whitespace before the TOC (table of contents).
No edit summary
m (added whitespace before the TOC (table of contents).)
Line 1:
{{task|Networking and Web Interaction}}
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.
 
Catching any exceptions or errors is not required.
<br><br>
 
=={{header|Ada}}==