hello world

来源:互联网 发布:java调用node.js 编辑:程序博客网 时间:2024/06/05 03:18

#include<stdio.h>

int main()

{

    printf("hello world");

   return 0;

}