Skip to content

sam-1994/advent-of-code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 Advent Of Code 2023: A Coding Journey

Welcome to my repository for the Advent of Code 2023 challenge. The solutions are crafted in JavaScript.

🎅 The Challenges

Each day's challenge resides in its own cozy folder, aptly named day<day>. Within, you'll find the input for the riddle of the day (input.txt) and the solution for both puzzles (day<day>_1 & day<day>_2).

🚀 Ready, Set, Code!

To embark on this journey, you'll need:

🏃 Let's Go!

To execute the solution of a specific day, use the following command:

# Python
node ./day<day>/day<day>_<1|2>.js
# Go
go run day-<day>/go/main.go
# Rust
cargo run --manifest-path day-<day>/rs/Cargo.toml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published