mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2024-10-29 22:17:23 +01:00
docs: add search command explanation + precise Python runtime (PyPy)
This commit is contained in:
parent
c53c2997ec
commit
8e97e9f65e
@ -33,7 +33,7 @@ Each challenge has its **solutions**, its **instructions** and **input/output ex
|
||||
- [Dart](https://dart.dev/)
|
||||
- [Java (OpenJDK)](https://openjdk.java.net/)
|
||||
- [JavaScript/TypeScript (Node.js)](https://nodejs.org/)
|
||||
- [Python](https://www.python.org/)
|
||||
- [Python (PyPy)](https://www.pypy.org/)
|
||||
- [Rust](https://www.rust-lang.org/)
|
||||
|
||||
## 🚀 Getting Started
|
||||
@ -88,6 +88,9 @@ programming-challenges run test --challenge="hello-world" --solution="function"
|
||||
|
||||
# Run a solution with specific `input.txt` file
|
||||
programming-challenges run solution --challenge="hello-world" --solution="function" --language="python" --input-path="./challenges/hello-world/test/1/input.txt" --output
|
||||
|
||||
# Search for a challenge not yet solved in a specific programming language
|
||||
programming-challenges search --language="rust"
|
||||
```
|
||||
|
||||
## 💡 Contributing
|
||||
|
Loading…
Reference in New Issue
Block a user