Select the types of activity you want to include in your feed.
1import gleam/int 2 3pub fn main() { 4 assert int.add(4, 5) > int.absolute_value(-11) 5}