Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakewilliami/advent-of-code
https://github.com/jakewilliami/advent-of-code
advent-of-code
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakewilliami/advent-of-code
- Owner: jakewilliami
- License: mit
- Created: 2022-12-06T11:59:38.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-08T10:40:24.000Z (about 1 month ago)
- Last Synced: 2024-12-08T11:26:19.893Z (about 1 month ago)
- Topics: advent-of-code
- Language: Julia
- Homepage:
- Size: 1.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Advent of Code
This repository contains my solutions to various Advent of Code problems over the years.
---
That this repository was previous contained within [jakewilliami/scripts/.../advent_of_code](https://github.com/jakewilliami/scripts/tree/master/julia/Other/advent_of_code).
Note: I did not participate in Advent of Code from 2015–2019. I discovered Advent of Code in 2020 after learning about programming in late 2019. I have participated in AoC ever since.
[My personal AOC Julia module](https://github.com/jakewilliami/advent-of-code/tree/519d7473d57b6b5de57e7b5abce5b5283aff2f0e/common/AdventOfCode.jl) has since been migrated to its own repository at [jakewilliami/AdventOfCode.jl](https://github.com/jakewilliami/AdventOfCode.jl) for conveinent package management and tagging.