14 lines
296 B
Markdown
14 lines
296 B
Markdown
# Advent of Code 2023
|
|
|
|
This repository contains solutions to puzzles found in Advent of Code 2023.
|
|
|
|
# Usage
|
|
|
|
* Day one: `perl a.pl` and `perl b.pl`
|
|
* Day two: `perl a.pl` and `perl b.pl`
|
|
|
|
# License
|
|
|
|
The contents of this repository are published under the MIT license. See `LICENSE` for details.
|
|
|