https://github.com/darinm223/gem_challenge
Gem coding challenge
https://github.com/darinm223/gem_challenge
Last synced: about 1 year ago
JSON representation
Gem coding challenge
- Host: GitHub
- URL: https://github.com/darinm223/gem_challenge
- Owner: DarinM223
- Created: 2016-02-19T13:40:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T23:00:43.000Z (over 10 years ago)
- Last Synced: 2025-05-17T17:11:20.472Z (about 1 year ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To run the tests you can either install cargo and run it on your own computer by running
```
cargo test
```
in the project directory, or you can paste the code into https://play.rust-lang.org/ and click the
Test button to compile and run the tests through the server.