mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-05 03:56:25 +03:00
596 B
596 B
exercism
문제를 다운로드하고 해결. 더 많은 정보: https://exercism.org/docs/using/solving-exercises/working-locally.
- 문제에 대한 애플리케이션 토큰 및 기본 작업 공간을 구성:
exercism configure --token={{당신의-애플리케이션-토큰}} --workspace={{/경로/대상/선호하는/작업공간}}
- 특정 문제를 다운로드:
exercism download --exercise={{문제_별칭}} --track={{트랙_별칭}}
- 문제 제출:
exercism submit {{경로/대상/파일}}
- 문제 해결 작업 영역의 경로를 출력:
exercism workspace