Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jac18281828/advent-of-code-2023
https://adventofcode.com
https://github.com/jac18281828/advent-of-code-2023
Last synced: about 2 months ago
JSON representation
https://adventofcode.com
- Host: GitHub
- URL: https://github.com/jac18281828/advent-of-code-2023
- Owner: jac18281828
- Created: 2023-12-02T13:16:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-25T18:55:10.000Z (about 2 months ago)
- Last Synced: 2024-11-25T19:41:45.640Z (about 2 months ago)
- Language: Rust
- Size: 132 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent-of-code-2023
This is my setup for [Advent of Code 2023](https://adventofcode.com/2023). This year I'll be coding in Rust.
I'm using the basic setup as described in [How to set up Rust for Advent of Code](https://www.youtube.com/watch?app=desktop&v=fEQv-cqzbPg) by Chris Biscardi. Thanks Chris!
# day-01
1. input answer 54630
2. input answer 54770# day-02
1. input answer 2256
2. input answer 74229# day-03
# incorrect try 1-5
1. input answer 438353
- input answer 551221
- fixed bug 545251
- bug was scanning too many rows 3 instead of -1 to +1
- correct answer is 536202# day-04
1. input answer 15205# day-05
1. input answer 196167384# day-06
1. input answer is 138915
2. input2 answer is 27340847# day-07
1. input answer is 246424613# day-08
1. input answer is 12643