Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joltdx/abap-advent-2023
Advent of Code 2023 in ABAP
https://github.com/joltdx/abap-advent-2023
abap abap2ui5 advent-of-code-2023
Last synced: 13 days ago
JSON representation
Advent of Code 2023 in ABAP
- Host: GitHub
- URL: https://github.com/joltdx/abap-advent-2023
- Owner: joltdx
- License: unlicense
- Created: 2023-11-27T07:03:07.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-11T15:05:59.000Z (10 months ago)
- Last Synced: 2024-10-11T02:23:38.158Z (about 1 month ago)
- Topics: abap, abap2ui5, advent-of-code-2023
- Language: ABAP
- Homepage:
- Size: 183 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2023 in ABAP
This repository holds my solutions in ABAP for the [Advent of Code 2023](https://adventofcode.com/2023) puzzles. I'm happy to have managed to complete all of the puzzles for 50 stars, and I learned a lot on the way! :)
Code was written and run on my ABAP Developer Edition 1909 docker
Disclaimer: My main focus was to simply solve the puzzles in a reasonable time. I had no intention whatsoever of making the code perfectly clean, maintainable, configurable, understandable or any other relevant adjectives. I think I typically used good verbose naming of things though, which always helps a bit.
I used a frontend written in [ABAP2UI5](https://github.com/abap2UI5/abap2UI5) for input specification and retreiving the results
Template for this setup is in my [abap-advent-2023-template](https://github.com/joltdx/abap-advent-2023-template) repository
So much fun!
![image](https://github.com/joltdx/abap-advent-2023/assets/74537631/33558311-41cf-4ede-95d5-3790b19aa3f9)