https://github.com/eswat2/hello-rust
https://github.com/eswat2/hello-rust
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eswat2/hello-rust
- Owner: eswat2
- Created: 2021-04-22T02:00:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-22T23:57:46.000Z (about 4 years ago)
- Last Synced: 2025-01-12T22:43:43.594Z (5 months 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
# hello-rust
simple Rust app that generates and then solves a Sudoku puzzle...
### Dependency
[][sudoku-io]
### Usage:
`cargo run`
### Sample:
```
➜ hello-rust git:(main) ✗ cargo run
Finished dev [unoptimized + debuginfo] target(s) in 0.01s
Running `target/debug/hello-rust`
Puzzle: 3602379 ns
3..94....4....15.......8.7.8.....9.....5.2....6...3.41.29.............32.....71.6
Solution: 78468 ns
376945218482731569951268374813674925794512683265893741129386457647159832538427196```
[sudoku-io]: https://crates.io/crates/sudoku