Skip to content

Instantly share code, notes, and snippets.

View tanadeau's full-sized avatar

Trent Nadeau tanadeau

View GitHub Profile
use std::{
env,
fs::File,
io::{BufRead, BufReader, Seek, SeekFrom},
};
use anyhow::{bail, Context};
use itertools::Itertools;
fn main() -> anyhow::Result<()> {