Hola

You might also like

Download as odt, pdf, or txt
Download as odt, pdf, or txt
You are on page 1of 1

#include<iostream>

#include<conio.h>

using namespace std;

int main(){

cout<<”Perdon”;

getch();
return 0;
}

You might also like