waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

TestClass.cpp (98B)


      1 #include "MyLib/TestClass.h"
      2 
      3 std::string TestClass::message() {
      4 	return "Hello from TestClass";
      5 }