This commit is contained in:
krahets
2024-04-11 01:11:20 +08:00
parent a6adc8e20a
commit 739f8a31bb
85 changed files with 1555 additions and 979 deletions

View File

@ -176,7 +176,12 @@ comments: true
=== "Ruby"
```ruby title=""
### 標題註釋,用於標註函式、類別、測試樣例等 ###
# 內容註釋,用於詳解程式碼
# 多行
# 註釋
```
=== "Zig"