add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,20 @@
# exercism
> 下载并解决问题。
> 更多信息: <https://exercism.org/docs/using/solving-exercises/working-locally>。
- 配置应用程序令牌和Exercism的首选工作区
`exercism configure --token={{your-application-token}} --workspace={{/path/to/preferred/workspace}}`
- 下载特定练习:
`exercism download --exercise={{exercise_slug}} --track={{track_slug}}`
- 提交练习:
`exercism submit {{path/to/file}}`
- 打印解决方案工作区的路径:
`exercism workspace`