Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timmoth/adventofcode2023
My Advent of Code 2023 solutions
https://github.com/timmoth/adventofcode2023
Last synced: 21 days ago
JSON representation
My Advent of Code 2023 solutions
- Host: GitHub
- URL: https://github.com/timmoth/adventofcode2023
- Owner: Timmoth
- Created: 2023-12-02T17:11:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T18:55:31.000Z (about 1 year ago)
- Last Synced: 2023-12-16T10:41:31.138Z (about 1 year ago)
- Language: Java
- Size: 115 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 solutions
This year I wanted to take the Advent Of Code challenge as an opportunity to dust off some languages I rarely use and possibly experiment with some I haven't had a chance to yet
| Day | Language |
| ------------ | ---------- |
| [01](day01/) | BASH |
| [02](day02/) | BASH |
| [03](day03/) | Python |
| [04](day04/) | BASH |
| [05](day05/) | Python |
| [06](day06/) | Python |
| [07](day07/) | Python |
| [08](day08/) | Python |
| [09](day09/) | Java |
| [10](day10/) | Java |
| [11](day11/) | Java |
| [12](day12/) | Typescript |
| [13](day13/) | Typescript |
| [14](day14/) | Typescript |
| [15](day15/) | Typescript |
| [16](day16/) | Dotnet |