waf

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

lib.cxx (109B)


      1 #include "lib.h"
      2 #include <iostream>
      3 
      4 
      5 void hello(void)
      6 {
      7   std::cout << "Hello, C++-world!" << std::endl;
      8 }