Files
Addlicense/testdata/initial/file.erl
2016-06-27 12:03:58 +01:00

5 lines
89 B
Erlang

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