Showing posts with label main. Show all posts
Showing posts with label main. Show all posts

Thursday, 24 April 2014

basic programming



#include<iostream>
#include<conio.h>
using namespace std;
int main()
{
cout<<"main:"<<endl;
return 0;
}