#include "channel.h" // add here includes, if needed int channel_main(int argc, char* argv[]) { //add your code here return 0; }