Document run command

This commit is contained in:
2025-05-25 14:33:46 -05:00
parent 0fc1789a90
commit b1a4c31c65

View File

@@ -1,4 +1,6 @@
//https://adventofcode.com/2024/day/1 //https://adventofcode.com/2024/day/1
//
// run command: `cargo run ./input.txt`
use std::collections::HashMap; use std::collections::HashMap;
use std::env; use std::env;