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