Skip to content

adnanhashmi09/AdventOfCode_2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023 Solutions

🎄 Welcome to my solutions for Advent of Code 2023! 🌟

This repository contains my Rust solutions for the Advent of Code 2023 challenges. Each day's solution is organized in its own module under the src directory.

Running Tests

To run the tests for all solutions, use the following command:

cargo test

To run the tests for a single day, use the following command:

cargo test day1
cargo test day[x]

Running on input files

To run the program on input files, use the following command:

cargo run

🚨 Warning: This repository may contain questionable solutions, excessive coffee consumption, and traces of imposter syndrome. Viewer discretion is advised.

About

Solution of advent of code 2023 in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages