https://github.com/coatsy/aoc2023
Advent of Code 2023
https://github.com/coatsy/aoc2023
Last synced: 7 months ago
JSON representation
Advent of Code 2023
- Host: GitHub
- URL: https://github.com/coatsy/aoc2023
- Owner: coatsy
- License: mit
- Created: 2023-12-17T22:32:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T05:50:31.000Z (over 2 years ago)
- Last Synced: 2024-04-28T01:46:58.509Z (almost 2 years ago)
- Language: C#
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2023
Repo for my [Advent of Code 2023](https://adventofcode.com/2023) answers.
## LINQPad
The first few solutions are contained in `.linq` files - these are generated by Joe Albahari's most excellent [LINQPad](https://www.linqpad.net/). It's such a great .NET scratchpad.