eris/tests/golden-files/input/hello.cpp

9 lines
93 B
C++
Raw Normal View History

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