eris/tests/golden-files/results/bcpp-hello_cpp

1.5 KiB

#include <iostream>

using namespace std;

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