https://github.com/meysam81/codingchallenges
John Crickett Coding Challenges
https://github.com/meysam81/codingchallenges
coding coding-challenge load-balancer programming realworld-application rust
Last synced: 11 days ago
JSON representation
John Crickett Coding Challenges
- Host: GitHub
- URL: https://github.com/meysam81/codingchallenges
- Owner: meysam81
- License: mit
- Created: 2023-05-31T16:36:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T05:58:29.000Z (12 months ago)
- Last Synced: 2025-01-23T03:16:58.643Z (9 months ago)
- Topics: coding, coding-challenge, load-balancer, programming, realworld-application, rust
- Language: Rust
- Homepage: https://codingchallenges.substack.com/
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coding Challenges
John Crickett Coding Challenges
## How to run?
For each of the packages, you can run the following command:
```bash
cargo run -p -- ...
```Example:
```bash
cargo run -p wc --
```