#ifdef COURSE_SOLUTION #include "src/RayTracer.h" #endif #ifdef STUDENT_SOLUTION #include "src/RayTracer.h" #endif #include #include #include #include #include "external/json.hpp" #include "external/simpleppm.h" using namespace std; int test_eigen(); int test_save_ppm(); int test_json(nlohmann::json& j); int main(int argc, char* argv[]) { if(argc!=2){ cout<<"Invalid number of arguments"< rt(j); cout<<"Running!"<