#include "Thing.h" int main() { Thing t; t.yelp(); return 0; }