-module(a). -export([hello_world/0]). hello_world() -> <<"Hello world!">>.