mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-16 16:49:00 +08:00
8 lines
91 B
C++
8 lines
91 B
C++
#include "ftdi.hpp"
|
|
|
|
int main()
|
|
{
|
|
auto *context = new Ftdi::Context();
|
|
return 0;
|
|
}
|