mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-08 05:01:01 +08:00
build
This commit is contained in:
@@ -106,6 +106,7 @@ comments: true
|
||||
=== "C"
|
||||
|
||||
```c title="array.c"
|
||||
/* 初始化数组 */
|
||||
int arr[5] = { 0 }; // { 0, 0, 0, 0, 0 }
|
||||
int nums[5] = { 1, 3, 2, 5, 4 };
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user