github.com/zyedidia/knit@v1.1.2-0.20230901152954-f7d4e39a0e24/examples/cmake/main.cc (about)

     1  #include <iostream>
     2  
     3  int main() {
     4     std::cout << "Hello CMake!" << std::endl;
     5     return 0;
     6  }