2025-02-06
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
## 基本数据类型
|
||||
|
||||
## 运算符和表达式
|
||||
|
||||
## 基本输入输入函数
|
||||
|
||||
## 顺序结构
|
||||
|
||||
## 选择结构
|
||||
|
||||
## 循环结构
|
||||
|
||||
## 数组
|
||||
|
||||
## 函数
|
||||
|
||||
## 指针
|
||||
|
||||
## 结构体
|
||||
|
||||
## 预处理
|
||||
|
||||
## 文件
|
||||
@@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void){
|
||||
|
||||
printf("Hello 2303!\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user