eris/golden-files/results/uncrustify-hello_cpp

1 KiB

#include <iostream>
 
using namespace std;
 
int main()
{
cout << "Hello World" << endl;
}