Files
rbx/x02-echo/echoc.erl
T
2026-09-01 21:24:15 -07:00

8 lines
146 B
Erlang

% @doc echo server client
-module(echoc).
-export([main/0]).
main() ->
io:format("you can't help people who won't help themselves.~n", []).