https://github.com/rmsrosa/adventofcode
My solutions to Advent of Code
https://github.com/rmsrosa/adventofcode
advent-of-code julia
Last synced: 10 months ago
JSON representation
My solutions to Advent of Code
- Host: GitHub
- URL: https://github.com/rmsrosa/adventofcode
- Owner: rmsrosa
- License: mit
- Created: 2020-12-11T12:08:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-20T14:16:46.000Z (over 4 years ago)
- Last Synced: 2025-03-14T10:26:25.915Z (over 1 year ago)
- Topics: advent-of-code, julia
- Language: Julia
- Homepage:
- Size: 646 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
My solutions to the [Advent of Code](https://adventofcode.com) challenge.
## AOC 2020
Folder [aoc2020](aoc2020/) contains the solutions to [Advent of Code 2020](https://adventofcode.com/2020). All done with [The Julia Programming Language](https://julialang.org/) (version 1.5.3), as a means of learning it better. It was my first year coding in Julia and it was a wonderful learning experience.
I used [VSCode](https://code.visualstudio.com), with the [Julia Language extension](https://marketplace.visualstudio.com/items?itemName=julialang.language-julia).
Helpful discussions along the way with the nice people at the [Humans of Julia](https://discord.com/invite/C5h9D4j) server on [Discord](https://discord.com), over the channels `#advent-of-code` and `#aoc-spoilers`.
## AOC 2021
Folder `[aoc2021](aoc2021/) contains the ongoing solutions to [Advent of Code 2021](https://adventofcode.com/2021). I probably won't have the same drive as last year's, but I will give it a try.
## License
All code here is distributed under the [MIT License](LICENSE).