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