/** CSci-4611 In-Class Example */ #include "example.h" int main(int argc, const char *argv[]) { Example app; app.Run(); return 0; }