Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.16 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.16 KB

advent-of-code-2021

My solution in Java for Advent of Code 2021.

logo_aoc

What is Advent of Code?

Advent of Code (AoC) is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language. This page catalogues efforts by users to solve these puzzles in APL. Feel free to add more, including your own.

The solutions can be used as references for solving the puzzles, or just a general way to hone your APL skills.

What can I find here?

I have written my solutions for the advent calendar 2021 in Java and offer them to the public. I'm not trying to find the most beautiful solution here, but rather the fastest one I can think of.

Which IDE are you using?

I use the IDE from Jetbrains, Intellij IDEA Ultimate. I fell in love with the IDE and I won't change it for now. I got the ultimate edition through GitHub education.

Thanks to ...

@pascalklassen for showing the website.