2024-12-09 16:06:47 +08:00

23 lines
184 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# cRE
## 概述
使用c语言进行正则表达式的例子。
## 快速开始
### 一、编译
```bash
make
```
### 二、运行
```bash
./main
```