/** @mainpage * \htmlinclude "R6.html" */ /* CS270 - R6 * * Author: Your name here * Date: 2/12/2020 */ #include #include #include "struct.h" int main(int argc, const char **argv) { // TODO: Complete the main function return 0; }