mirror of
				https://github.com/theoludwig/advent_of_code.git
				synced 2025-09-11 23:11:18 +02:00 
			
		
		
		
	
			
				
					
						
					
					abcf7c5163638456a7d4d3a00150b171b8ad79e7
				
			
			
		
	Advent of Code 2023
About
This repository contains my solutions for the Advent of Code 2023 challenges implemented in the Rust Programming Language.
Getting Started
Prerequisites
The current Minimum Supported Rust Version (MSRV) is 1.70.0 (determined thanks to cargo-msrv).
The project is tested against the following Rust versions:
- Minimum Supported Rust Version (MSRV): v1.70.0
 - Latest Stable Version
 
Usage
# Run a specific day's challenge (e.g. Day 1)
cargo run --package day_1
# Build, Lint, and Test
cargo build
cargo test
cargo clippy --verbose -- -D warnings
cargo fmt -- --check
License
Description
				My solutions for the Advent of Code, implemented in the Rust Programming Language.
						
						
							
								 https://adventofcode.com/
							
						
						
					Languages
				
				
								
								
									Rust
								
								100%