This website requires JavaScript.
Explore
Help
Sign In
kyle
/
sandbox
Watch
1
Star
0
Fork
You've already forked sandbox
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
ba841f127c
sandbox
/
pe
/
hello.erl
6 lines
82 B
Erlang
Raw
Blame
History
-
module
(
hello
)
.
-
export
(
[
start
/
0
]
)
.
start
(
)
-
>
io
:
format
(
"
Goodbye, joe.
~n
"
)
.
Reference in New Issue
View Git Blame
Copy Permalink