/*print.txt*/ void print();//Function declaration void print() { cout<<"This thing prints\n"; }