Now we have join_table, create_table and join_lobby + test cases

This commit is contained in:
Jonatan Pålsson 2011-02-17 12:57:41 +01:00
parent 818205e19b
commit 3f41769233
3 changed files with 40 additions and 9 deletions

View file

@ -1,4 +1,8 @@
-module(helpers).
-export([not_implemented/0, get_new_token/0]).
not_implemented() ->
exit("Not implemented").
get_new_token() ->
string:strip(os:cmd("uuidgen"), right, $\n ).