Advent of Code Solutions
advent-of-code aoc
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

tests: add `set -e` to testing script

yemou ff06e6f1 782ad794

+1
+1
run.sh
··· 1 1 #!/bin/sh 2 + set -e 2 3 3 4 usage() { 4 5 printf '%b\n' "usage: ${0##*/} <year> <day> [options]" \