Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / Tuto_CppTest / src / cpp / core / standard / hello.cpp
diff --git a/WCudaMSE/Tuto_CppTest/src/cpp/core/standard/hello.cpp b/WCudaMSE/Tuto_CppTest/src/cpp/core/standard/hello.cpp
new file mode 100755 (executable)
index 0000000..e9e05fc
--- /dev/null
@@ -0,0 +1,22 @@
+#include <iostream>\r
+\r
+using std::cout;\r
+using std::endl;\r
+\r
+/*----------------------------------------------------------------------*\\r
+ |*                    Implementation                                  *|\r
+ \*---------------------------------------------------------------------*/\r
+\r
+/*--------------------------------------*\\r
+ |*            Public                  *|\r
+ \*-------------------------------------*/\r
+\r
+void helloCPP(void)\r
+    {\r
+    cout << "Hello CPP" << endl;\r
+    }\r
+\r
+/*----------------------------------------------------------------------*\\r
+ |*                    End                                             *|\r
+ \*---------------------------------------------------------------------*/\r
+\r