Add the kotlin blocks to the documents (#1170)

This commit is contained in:
Yudong Jin
2024-03-25 03:15:36 +08:00
committed by GitHub
parent 55db99ab18
commit 202450420d
17 changed files with 199 additions and 0 deletions

View File

@@ -171,6 +171,12 @@
}
```
=== "Kotlin"
```kotlin title=""
```
=== "Zig"
```zig title=""
@@ -429,6 +435,12 @@ $$
}
```
=== "Kotlin"
```kotlin title=""
```
=== "Zig"
```zig title=""
@@ -623,6 +635,12 @@ $$
}
```
=== "Kotlin"
```kotlin title=""
```
=== "Zig"
```zig title=""
@@ -880,6 +898,12 @@ $T(n)$ 是一次函数,说明其运行时间的增长趋势是线性的,因
}
```
=== "Kotlin"
```kotlin title=""
```
=== "Zig"
```zig title=""