packages feed

headroom-0.2.0.0: test-data/code-samples/cpp/sample2.cpp


#include <iostream>

/* This is not header */

int main() {
    std::cout << "Hello World!";
    return 0;
}