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

@@ -343,6 +343,12 @@ $$
// C 未提供内置 hash code 函数
```
=== "Kotlin"
```kotlin title="built_in_hash.kt"
```
=== "Zig"
```zig title="built_in_hash.zig"

View File

@@ -267,6 +267,12 @@
// C 未提供内置哈希表
```
=== "Kotlin"
```kotlin title="hash_map.kt"
```
=== "Zig"
```zig title="hash_map.zig"
@@ -462,6 +468,12 @@
// C 未提供内置哈希表
```
=== "Kotlin"
```kotlin title="hash_map.kt"
```
=== "Zig"
```zig title="hash_map.zig"