Browse Source

add gcc test demo

main
zjpedu 2 years ago
parent
commit
173608e0ac
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      lab1/test1.c

+ 6
- 0
lab1/test1.c View File

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

Loading…
Cancel
Save