BASHA TECH

hello.cpp 본문

Computer/C++

hello.cpp

Basha 2023. 2. 15. 22:18
728x90
#include <iostream>

int main(void) {
    int a;
    
    return ++a;
}
728x90
반응형

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

c++ 생명주기  (0) 2023.02.15
file2.cpp - 정적 변수  (0) 2023.02.15
file1.cpp - 전역 변수, 정적 변수  (0) 2023.02.15
C++ tutorial  (0) 2023.02.07
Comments