소스 검색

add gcc test demo

main
zjpedu 2 년 전
부모
커밋
173608e0ac
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      lab1/test1.c

+ 6
- 0
lab1/test1.c 파일 보기

@ -0,0 +1,6 @@
#include <stdio.h>
int main(){
printf("hello, world!\n");
return 0;
}

불러오는 중...
취소
저장