Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/puttehi/aoc-2023

[Advent of Code 2023](https://adventofcode.com/2023)
https://github.com/puttehi/aoc-2023

advent-of-code advent-of-code-2023 aoc aoc2023

Last synced: about 6 hours ago
JSON representation

[Advent of Code 2023](https://adventofcode.com/2023)

Awesome Lists containing this project

README

        

# Advent Of Code 2023

![GitHub Actions](https://github.com/puttehi/aoc-2023/actions/workflows/make.yml/badge.svg)

## Overview

Advent of Code 2023 puzzles in different languages

## Usage

Each day is in their own folder, download puzzle input to that folder and run `make`.

If it doesn't work, you are probably missing some dependencies.
In that case, check the more specific instructions inside the READMEs of each day.

## Development

1. Run `./new.sh ` to initialize a new template day.
2. Add the day to the relevant jobs matrix in ./.github/workflows/make.yml