Solutions to Advent of Code 2023 puzzles
 
 
Go to file
Síle Ekaterin Liszka 6f78754dc5 AoC 2023 day 4 2023-12-04 00:43:13 -08:00
1 remove inputs and have git ignore them 2023-12-01 07:59:00 -08:00
2 AoC 2023 day 2 2023-12-01 22:41:18 -08:00
3 initial commit 2023-12-01 07:50:16 -08:00
4 AoC 2023 day 4 2023-12-04 00:43:13 -08:00
5 initial commit 2023-12-01 07:50:16 -08:00
6 initial commit 2023-12-01 07:50:16 -08:00
7 initial commit 2023-12-01 07:50:16 -08:00
8 initial commit 2023-12-01 07:50:16 -08:00
9 initial commit 2023-12-01 07:50:16 -08:00
10 initial commit 2023-12-01 07:50:16 -08:00
11 initial commit 2023-12-01 07:50:16 -08:00
12 initial commit 2023-12-01 07:50:16 -08:00
13 initial commit 2023-12-01 07:50:16 -08:00
14 initial commit 2023-12-01 07:50:16 -08:00
15 initial commit 2023-12-01 07:50:16 -08:00
16 initial commit 2023-12-01 07:50:16 -08:00
17 initial commit 2023-12-01 07:50:16 -08:00
18 initial commit 2023-12-01 07:50:16 -08:00
19 initial commit 2023-12-01 07:50:16 -08:00
20 initial commit 2023-12-01 07:50:16 -08:00
21 initial commit 2023-12-01 07:50:16 -08:00
22 initial commit 2023-12-01 07:50:16 -08:00
23 initial commit 2023-12-01 07:50:16 -08:00
24 initial commit 2023-12-01 07:50:16 -08:00
25 initial commit 2023-12-01 07:50:16 -08:00
.gitignore gitignore: ignore c.*; they are third-party solves 2023-12-03 08:07:02 -08:00
LICENSE add license 2023-12-01 07:53:20 -08:00
README.md update readme 2023-12-01 22:49:03 -08:00
template.pl add template 2023-12-01 22:41:27 -08:00

README.md

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.