Move code out of cmd

This commit is contained in:
2025-12-03 23:03:27 +02:00
parent dec06889a6
commit 496c7af586
13 changed files with 1 additions and 1 deletions

View File

@@ -8,5 +8,5 @@ using Golang.
General pattern to run the code is using **stdin** to pass the data file:
```sh
go run ./cmd/day1 < ./cmd/day1/input.txt
go run ./day1 < ./day1/input.txt
```