求hello world完整c代码(helloworld代码c语言教程)

求hello world完整c代码(helloworld代码c语言教程)

首页维修大全综合更新时间:2024-03-13 15:00:14

求hello world完整c代码

以下为程序代码及执行结果:

#include <stdio.h>

#include <windows.h>

int main()

{

printf("hello world! ");

system("pause");

return 0;

}

大家还看了
也许喜欢
更多栏目

© 2021 3dmxku.com,All Rights Reserved.