mirror of
https://github.com/wassname/conan-packages.git
synced 2026-06-27 18:42:21 +08:00
8 lines
86 B
C++
8 lines
86 B
C++
#include <iostream>
|
|
#include <libqhull/libqhull.h>
|
|
|
|
int main() {
|
|
|
|
return 0;
|
|
}
|