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