Merge branch 'master' of git://github.com/nakajima/hello-world into nakajima/master

This commit is contained in:
Mike Donaghy
2008-07-15 12:46:16 -04:00

5
erlang_hw.erl Normal file
View File

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