Rename erlang_hw.erl to erlang.erl

This commit is contained in:
Akil Krishnan
2018-07-02 02:55:28 -05:00
parent 4b5ff1ef90
commit 5237b1f085
2 changed files with 8 additions and 6 deletions

5
e/erlang.erl Normal file
View File

@@ -0,0 +1,5 @@
-module(erlang_hw).
-export([start/0]).
start() ->
io:format("Hello World~n").