Files
2018-04-04 12:28:46 +02:00

8 lines
86 B
C++

#include <iostream>
#include <libqhull/libqhull.h>
int main() {
return 0;
}