Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alvii147/adventofcode2023

Advent of Code 2023 submissions
https://github.com/alvii147/adventofcode2023

advent-of-code rust

Last synced: about 6 hours ago
JSON representation

Advent of Code 2023 submissions

Awesome Lists containing this project

README

        


Advent of Code 2023 Logo

# Advent of Code 2023

[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. This repository contains solutions to the 2023 Advent of Code calendar.

Completed **11** out of **25** advent day puzzles.

![Progress Bar](https://progress-bar.dev/44)

Day | Puzzle | Solutions
--- | --- | ---
1 | [Trebuchet?!](https://adventofcode.com/2023/day/1) | [![](https://img.shields.io/badge/go-00ADD8?style=for-the-badge&logo=go&logoColor=FFFFFF)](Day0x01/go/main.go) [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day0x01/rust/src/main.rs)
2 | [Cube Conundrum](https://adventofcode.com/2023/day/2) | [![](https://img.shields.io/badge/go-00ADD8?style=for-the-badge&logo=go&logoColor=FFFFFF)](Day0x02/go/main.go) [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day0x02/rust/src/main.rs)
3 | [Gear Ratios](https://adventofcode.com/2023/day/3) | [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day0x03/rust/src/main.rs)
4 | [Scratchcards](https://adventofcode.com/2023/day/4) | [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day0x04/rust/src/main.rs)
5 | [If You Give A Seed A Fertilizer](https://adventofcode.com/2023/day/5) | [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day0x05/rust/src/main.rs)
6 | [Wait For It](https://adventofcode.com/2023/day/6) | [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day0x06/rust/src/main.rs)
7 | [Camel Cards](https://adventofcode.com/2023/day/7) | [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day0x07/rust/src/main.rs)
8 | [Haunted Wasteland](https://adventofcode.com/2023/day/8) | [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day0x08/rust/src/main.rs)
9 | [Mirage Maintenance](https://adventofcode.com/2023/day/9) | [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day0x09/rust/src/main.rs)
10 | [Pipe Maze](https://adventofcode.com/2023/day/10) | [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day0x0A/rust/src/main.rs)
11 | [Cosmic Expansion](https://adventofcode.com/2023/day/11) | [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day0x0B/rust/src/main.rs)