* rebased llvm/hotfix-sparcv9-not-64.diff
[t2sde.git] / misc / archive / hello.erl
blob4d53621f95962d3c9d3115ecd02dd306396a0213
1 % hello.erl
2 -module(hello).
3 -export([hello_world/0]).
5 hello_world() -> io:fwrite("hello from Erlang.\n").