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