2022-12-02 12:53:30 -06:00
|
|
|
# Advent of Code 2022
|
|
|
|
|
|
|
|
## About
|
|
|
|
|
2022-12-02 14:30:08 -06:00
|
|
|
These are my solutions to the Advent of Code 2022. This year I'm attempting to code the solutions in Rust to punish myself. I still dislike Rust.
|
2022-12-02 12:53:30 -06:00
|
|
|
|
|
|
|
## Author
|
|
|
|
|
|
|
|
Brandon Scott
|
|
|
|
|
|
|
|
## What is Advent of Code?
|
|
|
|
|
|
|
|
[Advent of Code](https://adventofcode.com/) is an Advent calendar of small programming
|
|
|
|
puzzles for a variety of skill sets and skill levels that can be solved in any
|
|
|
|
programming language you like. People use them as a speed contest, interview prep,
|
|
|
|
company training, university coursework, practice problems, or to challenge
|
|
|
|
each other.
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
By default, all code in this project is licensed under the MIT license.
|