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