Added some basic echo functionality
This commit is contained in:
parent
63170fd0de
commit
70a6beb8b9
17 changed files with 70 additions and 448 deletions
|
@ -3,7 +3,8 @@
|
|||
{vsn, "0.1.0"},
|
||||
{modules, [
|
||||
ggs_app,
|
||||
ggs_sup
|
||||
ggs_sup,
|
||||
ggs_dispatcher
|
||||
]},
|
||||
{registered, [ggs_sup]},
|
||||
{applications, [kernel, stdlib]},
|
||||
|
|
Reference in a new issue