代码练习

来源:互联网 发布:淘宝自动浏览收藏软件 编辑:程序博客网 时间:2024/06/17 00:23

#incloude<stdio.h>

int main()

{

   printf("hello world!\n");

   return 0

}