my cpm code example
Example: my cpp
#include<iostream>
using namespace std;
int main(){
cout << "Micael Illos" << endl;
return 0;
}
#include<iostream>
using namespace std;
int main(){
cout << "Micael Illos" << endl;
return 0;
}