A Simple Hello World Program...
#include <iostream>
int main(){
std::cout<<"Hello World"<<std::endl;
return 0;
}
Wednesday, June 24, 2009
Subscribe to:
Posts (Atom)
This blog is especially meant for wannabe programmers... Feel free to contact us and HAPPY PROGRAMMING!!!