Files
linguist/test/fixtures/cpp/hello.cpp
2012-06-07 12:17:24 -05:00

9 lines
93 B
C++

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