Add license to header

This commit is contained in:
Aoran Zeng 2025-07-13 20:12:38 +08:00
parent 22beaa7f4c
commit fababf3aec
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
2 changed files with 14 additions and 0 deletions

View File

@ -14,8 +14,19 @@
当你需要写一个复杂的C语言字符串的时候可使用该工具
出于方便,我们仅使用 `just` 来调用
```bash
cd src/recipe
# 尽管我们已经在 recipe 目录中了,但是 just 自己会重新切换到项目根目录,所以我们总是给一个相对根目录的路径
just rawstr4c ./src/recipe/ware
```
<br>
## 配置语法
```markdown

View File

@ -1,5 +1,8 @@
#!/usr/bin/env raku
# ---------------------------------------------------------------
# Copyright © 2025-2025 Aoran Zeng
# SPDX-License-Identifier: GPL-3.0-or-later
# ---------------------------------------------------------------
# File Name : rawstr4c.raku
# File Authors : Aoran Zeng <ccmywish@qq.com>
# Contributors : Nul None <nul@none.org>