Skip to content

aquacash5/advent-of-code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent-of-code-2024

Advent of code solutions for 2024

Setup

To look around and test algorithms you just need rust.

If you want to solve Advent of Code problems, you wil need to get a Advent of Code session token and put it into a file $HOME/.adventofcode.

Run build

cargo build

xtask

Use the cargo xtask command to easily use this repository.

Tasks to use and maintain this project

Usage: xtask <COMMAND>

Commands:
  clippy    Runs clippy on all projects
  create    Creates the scaffolding for the days packages
  day       Run the solution for the day
  tree      Print out a lovely christmas tree
  test      Test a particular day
  test-all  Test all days
  help      Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages