Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meithecatte/aoc2023
Solutions for the 2023 Advent of Code
https://github.com/meithecatte/aoc2023
Last synced: 25 days 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 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-09T18:39:32.000Z (about 1 year ago)
- Last Synced: 2024-05-01T15:15:45.018Z (8 months ago)
- Language: Zig
- Size: 52.7 KB
- Stars: 3
- 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)