https://github.com/meithecatte/aoc2023
Solutions for the 2023 Advent of Code
https://github.com/meithecatte/aoc2023
Last synced: 5 months ago
JSON representation
Solutions for the 2023 Advent of Code
- Host: GitHub
- URL: https://github.com/meithecatte/aoc2023
- Owner: meithecatte
- Created: 2023-12-01T14:37:08.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T18:39:32.000Z (about 2 years ago)
- Last Synced: 2025-07-26T10:41:02.483Z (7 months ago)
- Language: Zig
- Size: 52.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc2023
- Day 1: sed – [part 1](day1/part1.sed), [part 2](day1/part2.sed)
- Day 2: [part 1 in sed](day2/part1.sed), [part 2 in gforth](day2/part2.fth)
- Day 3: [part 1 in pointfree Haskell](day3/Part1.hs), [part 2 in Rust](day3/part2.rs)
- Day 4: [Zig](day4/src/main.zig)
- Day 5: [Zig](day5/src/main.zig)
- Day 6: [Python (pypy)](day6/solve.py)
- Day 7: looked boring so I skipped it
- Day 8: [Python](day8/solve.py)