* updated suricata (7.0.6 -> 7.0.7)
[t2sde.git] / misc / archive / hello.erl
blob4d53621f95962d3c9d3115ecd02dd306396a0213
1 % hello.erl
2 -module(hello).
3 -export([hello_world/0]).
5 hello_world() -> io:fwrite("hello from Erlang.\n").