wip echo server
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
% @doc echo server client
|
||||
-module(echoc).
|
||||
|
||||
-export([main/0]).
|
||||
|
||||
main() ->
|
||||
io:format("you can't help people who won't help themselves.~n", []).
|
||||
Reference in New Issue
Block a user