Solutions to Advent of Code 2023 puzzles
 
 
Go to file
Síle Ekaterin Liszka 5d80ecbf2b
AoC 2023 day 9, part 2
2023-12-09 15:33:14 -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 AoC 2023 day 5, part 1 2023-12-05 05:52:54 -08:00
6 AoC 2023 day 6 2023-12-06 09:57:47 -08:00
7 AoC 2023 day 7 2023-12-06 23:52:50 -08:00
8 AoC 2023 day 8 2023-12-08 17:35:06 -08:00
9 AoC 2023 day 9, part 2 2023-12-09 15:33:14 -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-06 23:56:32 -08:00
template.pl add template 2023-12-01 22:41:27 -08:00
template.py add Python template 2023-12-08 17:35:09 -08:00

README.md

Advent of Code 2023

This repository contains solutions to puzzles found in Advent of Code 2023.

Usage

  • Days 1-2, 6: Perl
  • Days 4-5, 7: Python3

License

The contents of this repository are published under the MIT license. See LICENSE for details.