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