mirror of https://github.com/CGAL/cgal
Empty directory structure for the new package
This commit is contained in:
parent
ade02d9fe9
commit
acc73c1cdd
|
|
@ -0,0 +1,7 @@
|
|||
#include <iostream>
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout << "Hello Yin" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
Loading…
Reference in New Issue