diff options
Diffstat (limited to 'examples/tcp_echo/src/tcp_echo.erl')
-rw-r--r-- | examples/tcp_echo/src/tcp_echo.erl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/tcp_echo/src/tcp_echo.erl b/examples/tcp_echo/src/tcp_echo.erl deleted file mode 100644 index 46d31da..0000000 --- a/examples/tcp_echo/src/tcp_echo.erl +++ /dev/null @@ -1,12 +0,0 @@ -%% Feel free to use, reuse and abuse the code in this file. - --module(tcp_echo). - -%% API. --export([start/0]). - -%% API. - -start() -> - ok = application:start(ranch), - ok = application:start(tcp_echo). |