Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```