This repo contains solutions to the in- progress Advent of Code 2021.
This repo containy my solutions to the Advent of Code 2021, each day solved using a different language (that i never used!).
So on each day, i have to essentially learn a new programming language.
If you want to see my boring (but probably more up to date) solutions to AoC21, take a look at my solutions in Node.js.
To run the solutions, see the README in each days directory
- Solutions are based on the algorithms from my node.js AoC
- Please excuse eventual low- effort solutions. I solved some puzzles in a (more) object- oriented way, and porting that to a different language often isn't that easy
- This repo originally started as a joke, but it think the current concept is way better...
Copyright 2021 shadow578
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, > software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or > implied. See the License for the specific language governing permissions > and limitations under the License.