Added some basic echo functionality
This commit is contained in:
parent
63170fd0de
commit
70a6beb8b9
17 changed files with 70 additions and 448 deletions
4
src/helpers.erl
Normal file
4
src/helpers.erl
Normal file
|
@ -0,0 +1,4 @@
|
|||
-module(helpers).
|
||||
|
||||
not_implemented() ->
|
||||
exit("Not implemented").
|
Reference in a new issue