GitXplorerGitXplorer
B

advent-of-code

public
3 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
d9ee71a017b09e53bc9208419d307a44fd2e21aa

Update justfile to add command for installing packages.

BBritishWerewolf committed a month ago
Unverified
eebc87f7e4697edf41ff3935dc16bdd49705a9ce

Merge branch '2024/day-02'

BBritishWerewolf committed a month ago
Unverified
bc7483925282f6bf8c94ea5f6265091f12643a0d

WIP Part 2.

BBritishWerewolf committed a month ago
Unverified
5f5d5eedc042a929252729ea0fd786c8ee47bca9

Part 1 complete.

BBritishWerewolf committed a month ago
Unverified
649146d2910f02060aae44f22fb322ee65c90b50

Set up day-02.

BBritishWerewolf committed a month ago
Unverified
7ec56ef41f6aa2cced86165f77cf76d0e04952b7

Update justfile to better merge commits.

BBritishWerewolf committed a month ago

README

The README file for this repository.

Advent of Code

This repository contains my solutions for the Advent of Code programming challenges.

My solutions are organised by year, then language, then each day within that.
This just helps me keep track of my progress for each language.

Usage

To run the code, you will need to have Rust installed.
I have also created a justfile too; below is an example of some commands that can be run from within each language (for instance 2023/rust).

$ just
just --list
Available recipes:
    create day
    default
$ just create day-06
cargo generate --path ./daily-template --name day-06
 Destination: advent-of-code\2023\rust\day-06
 project-name: day-06
 Generating template
 Moving generated files into: `advent-of-code\2023\rust\day-06`s
 Initializing a fresh Git repository
 Done! New project created advent-of-code\2023\rust\day-06