Skip to content

drwillcharles/aoc-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024 - Using Rust!

I find it hard to pick up new coding languages without an end goal, so I challenged myself to Advent of Code 2024 as a goal.

Create a new package

I decided to create a package for each day. May need to change this to each part of each day: cargo new day1

Run the code

To compile and run the code:

cd day1
cargo run --bin part2

About

Advent of Code 2024 using Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages