blob: f4987fb85e272302db6edaa3fa784b45d23d8791 [file] [log] [blame]
#include "y2016/control_loops/superstructure/superstructure.h"
#include "aos/linux_code/init.h"
int main() {
::aos::Init();
::y2016::control_loops::superstructure::Superstructure superstructure;
superstructure.Run();
::aos::Cleanup();
return 0;
}