// counts.cpp - counts characters // YOUR NAME(S), DATE #include #include "common.h" // Notice: common.h included here using namespace std; int main(int argc, char *argv[]) { return 0; }