User:Mym987
Jump to navigation
Jump to search
- include <iostream>
using namespace std;
int main(){
cout<<"Hello, world!"<<endl;
return 0;
}