Advertisement
Guest User

Untitled

a guest
Aug 9th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Genero 0.34 KB | None | 0 0
  1.             {ok, ListenSocket} ->
  2.                 %% Serveur lancé
  3.                 io:format("Host Launched on: ~p~n", [Port]),
  4.                 ListenSocket;
  5.             {error, Raison} ->
  6.                 %% Serveur impossible à lancer
  7.                 io:format("Host Running failed on ~p: [~p]~n", [Port, Raison]),
  8.                 exit(Raison)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement