From acc73c1cdd8448f3d2a8e839b6f9c6194baa0be9 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 29 Apr 2011 14:39:22 +0000 Subject: [PATCH] Empty directory structure for the new package --- Surface_modeling/examples/Surface_modeling/hello.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Surface_modeling/examples/Surface_modeling/hello.cpp 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; +}