Select the types of activity you want to include in your feed.
1-module(external_only_erlang_ffi). 2-export([main/0]). 3 4main() -> 5 io:format("Hello!\n", []).