eris/golden-files/results/uncrustify-hello_cpp

8 lines
1.4 KiB
Text
Raw Normal View History

2016-09-27 13:30:08 +02:00
#include <iostream> 
 
using namespace std; 
 
int main() 
{ 
 cout << "Hello World" << endl;
}