#ifndef PROGRAM_HH #define PROGRAM_HH #include #include "time_io.hh" void chase_pointers(ms_t allowed_time); void run_program (std::string program, std::string** program_args); int number_of_args(std::string program); void helloworld(); void faculty(int highest); #endif