https://github.com/z-silver/aoc-2023
https://github.com/z-silver/aoc-2023
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/z-silver/aoc-2023
- Owner: z-silver
- License: unlicense
- Created: 2023-12-02T21:50:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-03T21:37:30.000Z (over 2 years ago)
- Last Synced: 2025-01-24T15:42:37.558Z (over 1 year ago)
- Language: Janet
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023
My attempts at solving the problems. No effort is being made to write the solutions in a timely manner.
Solutions will be written in whatever I feel like using at the time. I've been using mostly Janet so far, but I did initially do day 1 part 1 in Sed.
They can be checked by `cd`ing into the relevant day, downloading the `input.txt` for that day and running `./answer-X input.txt`, where `X` is either `1` or `2`.