erl-code.txt 91B

1234
  1. -module(hello).
  2. -export([hello_world/0]).
  3. hello_world() -> io:fwrite("hello, world\n").