Select the types of activity you want to include in your feed.
1-module(erlang_file). 2 3-export([main/0]). 4 5-include("erlang_header.hrl"). 6 7main() -> 8 String = header_function(), 9 <<"Hello, from the Erlang module!\n"/utf8, String/binary>>.