Code for the Advent of Code event
aoc advent-of-code
at rust 9 lines 182 B view raw
1#!/usr/bin/env ruby 2# frozen_string_literal: true 3 4require 'aoc' 5 6config = AoC::Config.load '.config/aoc.toml' 7 8puts "AoC, version #{AoC::Version}" 9puts "Session: #{config.session}"