Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorbush/advent-of-code-2023
Advent Of Code 2023
https://github.com/jorbush/advent-of-code-2023
advent-of-code advent-of-code-2023 python rust
Last synced: about 1 month ago
JSON representation
Advent Of Code 2023
- Host: GitHub
- URL: https://github.com/jorbush/advent-of-code-2023
- Owner: jorbush
- Created: 2023-12-01T07:47:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T08:18:17.000Z (about 1 year ago)
- Last Synced: 2024-04-24T04:30:37.003Z (9 months ago)
- Topics: advent-of-code, advent-of-code-2023, python, rust
- Language: Rust
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023
Doing the [Advent of Code](https://adventofcode.com/2023) daily challenges.
## Run the code
The exercises are done with Python or Rust.
### Run Python exercises
For example, for day 1:
```sh
cd day-1
python3 day1.py
```### Run Rust exercises
For example, for day 6:
```sh
cd day-6
cargo run
```