Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zkamvar/znk-exercism
https://github.com/zkamvar/znk-exercism
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zkamvar/znk-exercism
- Owner: zkamvar
- License: mit
- Created: 2024-01-02T15:34:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-06T03:38:29.000Z (6 months ago)
- Last Synced: 2024-06-12T18:26:05.952Z (5 months ago)
- Language: Python
- Size: 253 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Learning New Programming Languages
This repository contains my attempts at exercises from .
All the boilerplate code in this repository is licensed under Exercism's MIT
license.Each language lives in its own separate folder and I download them using the
exercism cli:```
exercism download --track= --exercise=
```