Files
rerun-io--rerun/examples/assets/example.cpp
T
2026-07-13 13:05:14 +08:00

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;
}