% Your program must have a 'main' function.

main(_) -> io:format("Hello world!").
Output
(Run the program to view its output)