Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/unbekanntes-pferd/aoc23-rs


https://github.com/unbekanntes-pferd/aoc23-rs

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Advent of Code 2023 in Rust btw

🎄 Welcome to the Advent of Code 2023 repository! 🎁

This repository contains solutions and code for the Advent of Code 2023 challenges. Advent of Code is an annual coding
event with daily programming puzzles throughout the month of December. It's a great opportunity to enhance your coding
skills, explore new programming languages, and join a global community of developers in the festive spirit of
problem-solving.

## Structure

- Solution: Each day has its own file e.g., `day1.rs`, `day2.rs` it (usually) contains solution for part 1 and part 2 of each
challenge.
- Input: Each day has its own personalized input file and test input in the `assets` folder: `input` and `input_test`
- Tests: (hopefully) all solutions include test cases - to run use `cargo test`

## Advent of Code

Learn more about Advent of Code and join the global community at https://adventofcode.com/2023

Let the coding festivities begin! 🚀🌟

## Credit
This README is taken from https://github.com/vlmaier/advent-of-code-2023 and adapted to fit the repo structure