mirror of
https://github.com/krahets/hello-algo.git
synced 2026-01-12 00:04:24 +08:00
* update zig array list chapter * update not need change codes. * fix some pr issues and update time space chapter
10 lines
163 B
JSON
10 lines
163 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "build",
|
|
"type": "shell",
|
|
"command": "zig build",
|
|
}
|
|
]
|
|
} |