Files
linguist/samples/cpp/hello.cpp
2012-06-22 10:09:24 -05:00

9 lines
93 B
C++

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