Anton
V.
Projects and
blogs
Random
Code
editors
Erlang Editor
Erlang Editor
A simple online editor for the Erlang programming language.
untitled.erl
— Erlang Editor
File
New...
Open...
Save
Save as...
Reload
Edit
Copy all content to clipboard
Clear content
View
Line numbers
Word wrap
-module(hello). -export([world/0]). world() -> io:fwrite("Hello, World!\n").
1
-
module
(
hello
).
2
-
export
([
world
/
0
]).
3
4
world
() ->
5
io
:
fwrite
(
"Hello, World!
\n
"
).
Erlang Editor