Monday, 22 July 2013

My first Post

[sourcecode language="cpp"]
#include<iostream>
using namespace std;
int main()
{
printf("Hello World");
}
[/sourcecode]