Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codedoctorde/aoc2023


https://github.com/codedoctorde/aoc2023

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# Advent of Code 2023

This repository contains my solutions for the [Advent of Code 2023](https://adventofcode.com/2023) challenge.

## Usage

To run the code for a specific day, use the following command:

```bash
cd day01a
cargo run
```