第一个程序hello world

include<stdio.h>

int main()
{
printf("hello world!\n");
}

posted @ 2023-12-26 17:12  累die  阅读(5)  评论(3编辑  收藏  举报