didnt realize there already was an erlang script

This commit is contained in:
Mike Green
2008-07-24 11:23:41 -04:00
parent 5b662218f4
commit b21f21c773

View File

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