Hola mundo en C++




#include <iostream.h>


int main()
{
    cout<<"Hola mundo";
   
   
    system("pause");

}

Comentarios