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