aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/makefile-generator/main.cpp
blob: 7f95e64bb74592893119d71ad0c865fff4109e7a (plain)
1
2
3
4
5
6
#include <iostream>

int main()
{
    std::cout << "Hello, World!" << std::endl;
}