Skip to content

Darkoberd00/advent-of-code-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.