Files
linguist/test/fixtures/blob/hello.cpp
2011-05-27 14:57:11 -05:00

9 lines
93 B
C++

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