eris/golden-files/results/uncrustify-hello_cpp

1.3 KiB

#include <iostream>

using namespace std;

int main()
{
cout << "Hello World" << endl;
}