Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)