From bdcacf227edc6a990233052b0286f1dd2ed9fb42 Mon Sep 17 00:00:00 2001 From: Alexander Seiler Date: Sat, 30 Dec 2023 03:35:41 +0100 Subject: [PATCH] [README] Use my personal solution in demonstration --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 722f921..241bfce 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,8 @@ Each puzzle can now be run with `dayXY()`: ```julia julia> day01() 2-element Vector{Int64}: - 74711 - 209481 + 54708 + 54087 ``` This will use my personal input. If you want to use another input, provide it @@ -94,6 +94,6 @@ julia> input = readInput("/path/to/input.txt") julia> AdventOfCode2023.Day01.day01(input) 2-element Vector{Int64}: - 74711 - 209481 + 54708 + 54087 ``` \ No newline at end of file