Merge branch 'master' of git://github.com/nakajima/hello-world into nakajima/master
This commit is contained in:
5
erlang_hw.erl
Normal file
5
erlang_hw.erl
Normal file
@@ -0,0 +1,5 @@
|
||||
-module(erlang_hw).
|
||||
-export([start/0]).
|
||||
|
||||
start() ->
|
||||
io:format("Hello World~n").
|
||||
Reference in New Issue
Block a user