5 lines
184 B
C++
5 lines
184 B
C++
int main() {
|
|
std::cout << "That will only work with the right plugin in your $PATH!" << std::endl;
|
|
std::cout << "Checkout the `external_importer` C++ example." << std::endl;
|
|
}
|