Select the types of activity you want to include in your feed.
1#include <stdio.h> 2int main(void) 3{ 4 printf("Hello World!\n"); 5 return 0; 6}