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
@@ -159,6 +159,12 @@
}
```
=== "Kotlin"
```kotlin title=""
```
=== "Zig"
```zig title=""
@@ -373,6 +379,12 @@
n3->next = n4;
```
=== "Kotlin"
```kotlin title="linked_list.kt"
```
=== "Zig"
```zig title="linked_list.zig"
@@ -628,6 +640,12 @@
}
```
=== "Kotlin"
```kotlin title=""
```
=== "Zig"
```zig title=""