Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 549 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 549 Bytes

AdventOfCode2021

This is my take on the Advent of Code challenge 2021 https://adventofcode.com/

Being an ABAPer, this is of course in ABAP.

Enjoy!

Files:

ZCL_LC_ADV2021.abap -> Super class for daily challenges. Contains methods to locate and upload the challenge input files.

zlc_advent21_day1.abap -> December 1 challenge

zlc_advent21_day2.abap -> December 2 challenge

zlc_advent21_day3.abap -> December 3 challenge

zlc_advent21_day4.abap -> December 4 challenge

zlc_advent21_day5.abap -> December 5 challenge