GitXplorerGitXplorer
b

AoC2021.rb

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
31da3a3a5c97d449e532ed3f92d118c0cd92d6de

README: Add icon to Legal section

bbbenno committed 3 years ago
Verified
fb82482c8c6a01dcc14dce986d813b96ffe9085e

14: Solve part two

bbbenno committed 3 years ago
Verified
f657e4fdc903062113a979244f9bf7fd5dfc58da

14: Add task text of part two

bbbenno committed 3 years ago
Verified
64fc09124acec7679b4c5fc267222f0f0654963e

14: Solve part one

bbbenno committed 3 years ago
Verified
e4a086965c348b8df86cca1475719ceecd49286d

14: Add task text and input

bbbenno committed 3 years ago
Verified
3593001356e533bd95778ab4b86f3e8b8242d537

13: Solve part two

bbbenno committed 3 years ago

README

The README file for this repository.

= Advent of Code 2021 Benno Bielmeier git@bbenno.com

Programs solving the https://adventofcode.com/2021[Advent of Code 2021] puzzles, purelyfootnote:[dependency-free] written in the genteel programming language Ruby.

Each of the daily puzzles has its separate folder that holds the puzzle's description as README.txt, input and solving program main.rb. The main2.rb programs solve the puzzle's extension task ("part 2").

== ⚖️ Legal Notices

Code is licensed under European Union Public License 1.2 (EUPL-1.2).

Puzzle texts are written by http://was.tl/[Eric Wast] and published on https://adventofcode.com/2021[Advent of Code]. All rights belong to the author.