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