Code for the Advent of Code event
aoc advent-of-code
at main 6 lines 74 B view raw
1#!/usr/bin/env bash 2set -euo pipefail 3IFS=$'\n\t' 4set -vx 5 6bundle install