9 lines
141 B
C++
9 lines
141 B
C++
#include "stdafx.h"
|
|
#include <CGAL/basic.h>
|
|
#include <CGAL/Polyhedron_incremental_builder_3.h>
|
|
#include <iostream>
|
|
|
|
|
|
int main(){
|
|
return 0;
|
|
} |