1.1 入门

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

 

posted @ 2016-03-04 10:46  CODESYS资源大全  阅读(138)  评论(0)    收藏  举报