https://github.com/torifat/advent-of-code-2022
https://adventofcode.com/2022
https://github.com/torifat/advent-of-code-2022
Last synced: 3 months ago
JSON representation
https://adventofcode.com/2022
- Host: GitHub
- URL: https://github.com/torifat/advent-of-code-2022
- Owner: torifat
- Created: 2022-12-03T14:43:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T09:04:39.000Z (over 2 years ago)
- Last Synced: 2024-12-27T13:46:25.006Z (5 months ago)
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Advent of Code
Use the following command to run the example for a specific day:
```
$ cargo run --example 01
```Use the following command to run the tests for a specific day:
```
$ cargo test --example 01
```