Select the types of activity you want to include in your feed.
1const std = @import("std"); 2 3pub fn main() void { 4 std.debug.print("All your {s} are belong to us.\n", .{"codebase"}); 5}