1 #include<iostream> 2 int main() { 3 std::cout << "Hello world!"; 4 return 0; 5 }
Is there anybody in there?
原文:http://www.cnblogs.com/p0ny/p/6785374.html