ABOUT ME

  • hello world c++
    C++ 2020. 7. 6. 20:09
    반응형

    hello world 출력하기 

     

     

    #include <iostream>
    using namespace std;
    int main(void)
    {
    cout<<"hello world!";
    return 0;
    }
    view raw hello_world.cpp hosted with ❤ by GitHub
    728x90

    'C++' 카테고리의 다른 글

    [C++] 헤더 파일의 차이  (0) 2021.01.06

    댓글

Designed by Tistory.