mirror of
https://github.com/Ed94/DuctTaped_GL.git
synced 2024-11-10 04:24:52 -08:00
11 lines
186 B
C++
11 lines
186 B
C++
#include "Assignment_1_Execution.hpp"
|
|
#include "Assignment_2_Execution.hpp"
|
|
|
|
|
|
|
|
// Currently only can do one execution route.
|
|
int main(void)
|
|
{
|
|
return Execution::Execute_Assignment2();
|
|
}
|