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
+18
View File
@@ -176,6 +176,12 @@
}
```
=== "Kotlin"
```kotlin title=""
```
=== "Zig"
```zig title=""
@@ -397,6 +403,12 @@
n2->right = n5;
```
=== "Kotlin"
```kotlin title="binary_tree.kt"
```
=== "Zig"
```zig title="binary_tree.zig"
@@ -542,6 +554,12 @@
n1->left = n2;
```
=== "Kotlin"
```kotlin title="binary_tree.kt"
```
=== "Zig"
```zig title="binary_tree.zig"