1.1 入门

1 #include<stdio.h>
2 main()
3 {
4   printf("hello,world"\n);
5 }
1 gcc hello.c
2 ./a.out

 

你可能感兴趣的:(1.1 入门)