diff --git a/Surface_modeling/examples/Surface_modeling/hello.cpp b/Surface_modeling/examples/Surface_modeling/hello.cpp new file mode 100644 index 00000000000..aade0e6ff1d --- /dev/null +++ b/Surface_modeling/examples/Surface_modeling/hello.cpp @@ -0,0 +1,7 @@ +#include + +int main() +{ + std::cout << "Hello Yin" << std::endl; + return 0; +}