/** CSci-4611 Assignment 2: Car Soccer */ #include "car_soccer.h" int main(int argc, const char *argv[]) { CarSoccer app; app.Run(); return 0; }