Select the types of activity you want to include in your feed.
1func apply x = x * 2 2 3proc main!() { 4 let x = 5 5 let y = apply x 6 return y + x 7}