4 lines
84 B
Text
4 lines
84 B
Text
|
|
socket = connect("localhost",256)
|
||
|
|
write(socket, "hello socket world")
|
||
|
|
close(socket)
|