Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/puttehi/aoc-2023
- Owner: puttehi
- Created: 2023-12-04T10:54:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-09T19:12:11.000Z (11 months ago)
- Last Synced: 2024-06-20T22:21:26.281Z (5 months ago)
- Topics: advent-of-code, advent-of-code-2023, aoc, aoc2023
- Language: Jupyter Notebook
- Homepage:
- Size: 43.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
![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