eris/golden-files/results/uncrustify-hello_cpp

1.4 KiB

#include <iostream>

using namespace std;

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