https://github.com/5ht2/aoc-2023-go
https://github.com/5ht2/aoc-2023-go
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/5ht2/aoc-2023-go
- Owner: 5HT2
- Created: 2023-12-02T05:53:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-02T08:41:05.000Z (over 2 years ago)
- Last Synced: 2025-01-23T17:54:37.238Z (over 1 year ago)
- Language: Go
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc-2023-go
These are my attempts at [AOC 2023](https://adventofcode.com/2023), I'm racing a friend while attempting each of these (we both start writing code once we're both ready).
Do note, this is my first year doing AOC, and I'm not really optimizing for the fastest or most efficient code, `day_2_a` probably has the most horrendous Go code I've written in a while. I might rewrite things later to be a bit cleaner.
## Time-to-write:
1. Day 1
1. 23 min
2. 52 min (we both fucked up and misunderstood the problem lol)
2. Day 2
1. 38 min
2. 9 min