From b73303c9652aa6eb7ddc513162701ae4711b59a6 Mon Sep 17 00:00:00 2001 From: Mindaugas Bernotas Date: Sat, 6 Dec 2025 13:55:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3e2df8..f29886c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ using Golang. General pattern to run the code is using **stdin** to pass the data file: ```sh -go run ./day1 < ./day1/input.txt +go run ./day1 < ./day1/example.txt ``` Majority of solutions support `-debug` flag.