标签:
1 #include<iostream> 2 using namespace std; 3 int main() 4 { 5 cout<<"hello world."<<endl; 6 return 0; 7 }
写个代码测试一下
原文地址:http://www.cnblogs.com/lyleslie/p/4816876.html