https://github.com/martinheidegger/advent-of-code
Advent of code answers
https://github.com/martinheidegger/advent-of-code
Last synced: 3 months ago
JSON representation
Advent of code answers
- Host: GitHub
- URL: https://github.com/martinheidegger/advent-of-code
- Owner: martinheidegger
- Created: 2023-12-01T14:34:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T12:27:15.000Z (7 months ago)
- Last Synced: 2025-02-05T00:41:59.887Z (5 months ago)
- Language: Shell
- Size: 314 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
This repository contains the code I used to pass through advent of code.
Each day is encrypted with the final answer to the puzzle based on the input in `./input`.
To decrypt you can simply run `./decrypt ` and it will prompt you for the password.