Преглед изворни кода

Adding spine-cpp-unit-tests dir

Stephen Gowen пре 7 година
родитељ
комит
3e94e53a4c
1 измењених фајлова са 7 додато и 0 уклоњено
  1. 7 0
      spine-cpp/spine-cpp-unit-tests/main.cpp

+ 7 - 0
spine-cpp/spine-cpp-unit-tests/main.cpp

@@ -0,0 +1,7 @@
+#include <iostream>
+
+int main(int argc, const char * argv[])
+{
+    std::cout << "Awww yeah, gonna test some stuff here eventually!\n";
+    return 0;
+}