https://github.com/aliezzahn/problems
Rust library for code problems
https://github.com/aliezzahn/problems
Last synced: 2 months ago
JSON representation
Rust library for code problems
- Host: GitHub
- URL: https://github.com/aliezzahn/problems
- Owner: aliezzahn
- License: mit
- Created: 2025-02-27T19:52:02.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-27T20:05:14.000Z (3 months ago)
- Last Synced: 2025-02-28T04:25:52.175Z (3 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# problems
Rust library for code problems


[](https://opensource.org/licenses/MIT)## Description
Rust library for code problems
## Getting Started
Rust library for code problems
### Prerequisites
- Rust (https://www.rust-lang.org/tools/install)
### Installation
1. Clone the repository:
```sh
git clone https://github.com/aliezzahn/problems.git
cd problems
```2. Build the project:
```sh
cargo build
```3. Run the project:
```sh
cargo run
```## Running the tests
To run tests, use the following command:
```sh
cargo test
```