Answers for "my cpp"

C++
0

my cpp

#include<iostream>
using namespace std;

int main(){
 
  cout << "Micael Illos" << endl;
  
  return 0;
}
Posted by: Guest on November-26-2020

Browse Popular Code Answers by Language