Load input into adjacency-list-like structure

This commit is contained in:
Joscha 2022-09-30 18:53:56 +02:00
parent b1f2af9577
commit 5e8589f73e
3 changed files with 146 additions and 12 deletions

View file

@ -1,4 +1,5 @@
mod ingest;
mod data;
use std::io;