Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bombsimon/advent-of-code-2023
🎄 Advent of Code 2023
https://github.com/bombsimon/advent-of-code-2023
advent-of-code advent-of-code-2023 advent-of-code-2023-rust
Last synced: 25 days ago
JSON representation
🎄 Advent of Code 2023
- Host: GitHub
- URL: https://github.com/bombsimon/advent-of-code-2023
- Owner: bombsimon
- License: wtfpl
- Created: 2023-11-30T22:05:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-29T09:27:26.000Z (10 months ago)
- Last Synced: 2023-12-29T22:11:59.520Z (10 months ago)
- Topics: advent-of-code, advent-of-code-2023, advent-of-code-2023-rust
- Language: Rust
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2023
Let's go, [Advent of Code](https://adventofcode.com) 2023!
## Test
```sh
# Test all days so far
› cargo test
```## Execute
```sh
# Run a specific day
› carog run
```