This repository has been archived on 2018-05-28. You can view files and clone it, but cannot push or open issues or pull requests.
BBB-Simple-ACS/client/main.cpp

7 lines
83 B
C++

#include "factory.hpp"
int main()
{
acs::factory::get()->get_loop()->run();
}