Add comment to top of day 5 and 6

This commit is contained in:
2025-05-31 09:20:54 -05:00
parent 4766956a92
commit f72e5c0203
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
// https://adventofcode.com/2024/day/5
//
// Run command: cargo run ./input.txt
use std::{
collections::{HashMap, HashSet},
env,

View File

@@ -1,3 +1,7 @@
// https://adventofcode.com/2024/day/6
//
// Run command: cargo run ./input.txt
use std::{
env,
error::Error,