From 45c42e34406c14a32cd8017d5337350cd4b1f197 Mon Sep 17 00:00:00 2001 From: Mindaugas Bernotas Date: Wed, 3 Dec 2025 23:07:51 +0200 Subject: [PATCH] Update README.md Document `-debug` flag. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 66bcf0a..a3e2df8 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,5 @@ General pattern to run the code is using **stdin** to pass the data file: ```sh go run ./day1 < ./day1/input.txt ``` + +Majority of solutions support `-debug` flag.