Add comment to top of day 5 and 6
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
// https://adventofcode.com/2024/day/5
|
||||||
|
//
|
||||||
|
// Run command: cargo run ./input.txt
|
||||||
|
|
||||||
use std::{
|
use std::{
|
||||||
collections::{HashMap, HashSet},
|
collections::{HashMap, HashSet},
|
||||||
env,
|
env,
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
// https://adventofcode.com/2024/day/6
|
||||||
|
//
|
||||||
|
// Run command: cargo run ./input.txt
|
||||||
|
|
||||||
use std::{
|
use std::{
|
||||||
env,
|
env,
|
||||||
error::Error,
|
error::Error,
|
||||||
|
|||||||
Reference in New Issue
Block a user