C++

c

OvO

#include <iostream
using namespace std;
int main(int argc, char **argv)
{
cout << "Hello Linux!" << endl;
return 0;
}

OvO's profile »
Subscribe via RSS