Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daanbreur/adventofcode
My code for the coding event Advent Of Code
https://github.com/daanbreur/adventofcode
adventofcode aoc2019 aoc2020 aoc2021 aoc2022 nodejs python rust
Last synced: 25 days ago
JSON representation
My code for the coding event Advent Of Code
- Host: GitHub
- URL: https://github.com/daanbreur/adventofcode
- Owner: daanbreur
- License: mit
- Created: 2019-12-06T19:28:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T06:09:52.000Z (about 1 year ago)
- Last Synced: 2023-12-09T07:22:26.553Z (about 1 year ago)
- Topics: adventofcode, aoc2019, aoc2020, aoc2021, aoc2022, nodejs, python, rust
- Language: Rust
- Homepage:
- Size: 13.6 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AdventOfCode
[![AoC](https://img.shields.io/badge/Advent%20of%20Code-2023-8803ec?style=for-the-badge)](https://adventofcode.com/)
[![Language](https://img.shields.io/badge/Powered%20by-Rust-ff69b4?style=for-the-badge)](https://en.wikipedia.org/wiki/Rust_language)
[![Days completed](https://img.shields.io/badge/Survived%20Days-2-red?style=for-the-badge)](https://github.com/daanbreur/AdventofCode/find/master)
[![Stars](https://img.shields.io/badge/Stars%204-yellow?style=for-the-badge)](https://github.com/daanbreur/AdventofCode/find/master)
[![License: MIT](https://img.shields.io/github/license/daanbreur/AdventofCode?style=for-the-badge)](https://mit-license.org/)
[![Written by](https://img.shields.io/badge/By-Daan%20Breur-blue?style=for-the-badge)](https://github.com/daanbreur/)---
these are my personal solutions for the [Advent of Code 2023](https://adventofcode.com/2023) 🎄. the days are divided into `.rs` files _(including part 2)_.
## Launch the code!
- Open the `rust2023` folder in your terminal
- Follow the instructions in [https://github.com/LeMoonStar/AoC23#usage](https://github.com/LeMoonStar/AoC23#usage)* Thanks for LeMoonStar for the "launcher" application
## Have a look at some other people as well
you can see the private leatherboard [here](https://adventofcode.com/2023/leaderboard/private/view/670567 "Link to https://adventofcode.com/"), if you are a member.
Name | Link
--------------------|--------------------------------------------------------------------
LeMoonStar | [AoC23](https://github.com/LeMoonStar/AoC23 "goes to the repo")## Previous years
- 2019 at commit `a0987dcbe36f74cfb78a89f56eddfb5ec5e2898a` ([view on github](https://github.com/daanbreur/AdventOfCode/tree/a0987dcbe36f74cfb78a89f56eddfb5ec5e2898a))
- 2020 at commit `dd7cadaef9f1110722bfd15da0f332c0e64bf9da` ([view on github](https://github.com/daanbreur/AdventOfCode/tree/dd7cadaef9f1110722bfd15da0f332c0e64bf9da))
- 2021 at commit `ebc3aafa1091c643a45054c2097446d30f4cb45b` ([view on github](https://github.com/daanbreur/AdventOfCode/tree/ebc3aafa1091c643a45054c2097446d30f4cb45b))
- 2022 at commit `fa3032167fbe273b5edb35743cb21d0b6e84a2e7` ([view on github](https://github.com/daanbreur/AdventOfCode/tree/fa3032167fbe273b5edb35743cb21d0b6e84a2e7))