Compare commits

..

No commits in common. "dbde770e4fce60145f03cb7d862f8136ee5a52e4" and "9e17207e031c19ff387a57bc9d49fad05afa5164" have entirely different histories.

View File

@ -10,7 +10,7 @@ void output(){ //循环输出1-100
} }
int main() { int main() {
cout << "100" << endl; // output();
cout << "hello world!" << endl; cout << "hello world!" << endl;
cout << "hello too!" << endl; cout << "hello too!" << endl;
return 0; return 0;