Added some basic echo functionality

This commit is contained in:
Jonatan Pålsson 2011-02-16 19:49:43 +01:00
parent 63170fd0de
commit 70a6beb8b9
17 changed files with 70 additions and 448 deletions

4
src/helpers.erl Normal file
View file

@ -0,0 +1,4 @@
-module(helpers).
not_implemented() ->
exit("Not implemented").