Skip to content

fzy-github/AdventOfCode2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solutions for Advent of Code 2024

This year let's try solve AoC while learning Rust.

Setup

I've created a Dockerfile with bare minimum tools needed to compile and run solutions in Rust.

I am using VS Code with Dev Container extensions to open the workspace inside my container and compile and run code there.

Alternatively using prebuilt container for Rust from VSCode is also enough. Simply chnge container name in devcontainer.json file to:

	"image": "mcr.microsoft.com/devcontainers/rust:1-1-bullseye"

Running solutions

To compile code and run the program simply call cargo run inside directory with given day. Remember to swap contents of the input/input.txt file in the directory for given day to use your input.

About

Advent of Code 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages