Linux 3

LeeMir, 27 September 2018

Linux 컴파일


gedit open.c // open.c 라는 파일을 gedit으로 열음
gcc -o abc open.c // open.c라는 파일을 컴파일
./abc // 컴파일 된 결과를 실행