aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cmake/examples/simple/foo.cpp
blob: 8b6a1d772f2d42309529316b1e2a0153f162451b (plain) (blame)
1
2
3
4
5
6
#include <iostream>

int main() {
    std::cout << "Hello, world!\n";
    return 0;
}