initial commit

This commit is contained in:
Av3m
2018-04-04 12:28:46 +02:00
commit 87dcf1bda3
407 changed files with 25507 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#include <iostream>
#include <libqhull/libqhull.h>
int main() {
return 0;
}