add new chinese translations
This commit is contained in:
20
pages.zh/common/exercism.md
Normal file
20
pages.zh/common/exercism.md
Normal 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`
|
Reference in New Issue
Block a user