repo.or.cz
/
t2sde.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* rebased llvm/hotfix-sparcv9-not-64.diff
[t2sde.git]
/
misc
/
archive
/
hello.erl
blob
4d53621f95962d3c9d3115ecd02dd306396a0213
1
% hello.erl
2
-
module
(
hello
).
3
-
export
([
hello_world
/
0
]).
4
5
hello_world
() ->
io
:
fwrite
(
"hello from Erlang.
\n
"
).