Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 107 Bytes

gcc 사용법.md

File metadata and controls

13 lines (6 loc) · 107 Bytes

컴파일

gcc main.c

실행

./a.out

a.out 말고 main 파일 생성

gcc -o main main.c