1.1 hello world

#include<iostream>
int main(){
    std::cout << "Hello World!";
    return 0;
}

 

posted @ 2015-05-14 12:39  cppstudy  阅读(92)  评论(0编辑  收藏  举报