You are on page 1of 1

ejemplo hola mundo

#include<stdio.h>
#include<iostream>
#include<conio.h>
int main()
{
printf(�hola mundo1\n�);
cout<<�\t hola mundo2�;

getch();
return 0;
}

You might also like