eris/golden-files/results/uncrustify-hello_cpp

8 lines
1,012 B
Text
Raw Normal View History

2016-02-09 21:44:12 +00:00
#include <iostream>
using namespace std;
int main()
{
 cout << "Hello World" << endl;
}