added erlang

This commit is contained in:
Pat Nakajima
2008-07-14 23:19:31 -04:00
parent 28faa3823b
commit 0941012abe

5
erlang_hw.erl Normal file
View File

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