From 623a016952ed47a37555fabaa92211274710f325 Mon Sep 17 00:00:00 2001 From: Gijs de Jong Date: Thu, 5 Dec 2024 22:08:44 +0100 Subject: [PATCH] Update README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88d89c7..182f3b9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # advent-of-code-2024 -My attempts at https://adventofcode.com 2024 edition. \ No newline at end of file +My attempts at https://adventofcode.com 2024 edition. + +To run a single day, run: + +```shell +go run cmd/day/main.go +``` \ No newline at end of file