Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Advent of Code 2021, but with more pain

License

Notifications You must be signed in to change notification settings

shadow578/advent-of-pain-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠ Spoiler Warning ⚠

This repo contains solutions to the in- progress Advent of Code 2021.



shadow578's (painful) 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

Note

  • 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...

License

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.