Home

Hello world!

	// A hello world program in C++

	#include<iostream>
	using namespace std;

	int main()
	{
		cout << "Hello World!";
		return 0;
	}


Design a site like this with WordPress.com
Get started