Explorar o código

example fun cpp

Former-commit-id: 3d66bab1e7628d1b0df8bcb9b78edf8eab5244ce
jalec %!s(int64=13) %!d(string=hai) anos
pai
achega
432a66eaf8
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      examples/example_fun/example.cpp

+ 12 - 0
examples/example_fun/example.cpp

@@ -0,0 +1,12 @@
+#include "example_fun.h"
+using namespace igl;
+using namespace std;
+
+int main(int argc, char * argv[])
+{
+  double d = 4.4;
+  example_fun(d);
+  int i = 4;
+  example_fun(i);
+  return 0;
+}