#include<stdio.h>
int main()
{
printf("hello world\n");
return 0;
}
今天开始就正式进入C语言这个神奇的世界里了,这是我的第一个C语言程序,以此纪念一下。
#include<stdio.h>
int main()
{
printf("hello world\n");
return 0;
}
今天开始就正式进入C语言这个神奇的世界里了,这是我的第一个C语言程序,以此纪念一下。
初学c语言 代码Holle World
#!usr/bin/env python#-*-coding:utf-8 -*- print("hello,world")
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M