4 lines
99 B
Text
4 lines
99 B
Text
let () =
|
|
let ic, oc = init_socket "localhost" 256 in
|
|
output_string oc "hello socket world";
|
|
;;
|