Thursday, 6 August 2015

Hello world

asdfasdfsagadg

#include<iostream>
using namespace std;

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