Back
Erlang Editor
Run »
-module(hello). -export([start/0]). start() -> io:fwrite("Hello World\n").