Advent of Code  Diff

Differences From Artifact [a141a37d5d]:

  • Executable file run-day.sh — part of check-in [b3d3449b16] at 2021-12-22 19:44:27 on branch trunk — Add data file selection and some day 2 notes. (user: jaccarmac size: 95)

To Artifact [e38ed7d5ee]:

  • Executable file run-day.sh — part of check-in [b8adde9457] at 2022-05-19 17:02:53 on branch trunk — Add --pure to the runner's Guix arguments. (user: jaccarmac size: 102)

1
2
3
4
5
6

1
2
3
4
5

6





-
+
YEAR=$1
DAY=$2
DATA=${3:-$DAY}

cd $YEAR
guix shell -m manifest.scm -- ./run-day.sh $DAY $DATA
guix shell -m manifest.scm --pure -- ./run-day.sh $DAY $DATA