Skip to content

Commit

Permalink
[README] Use my personal solution in demonstration
Browse files Browse the repository at this point in the history
  • Loading branch information
goggle committed Dec 30, 2023
1 parent 1ab2e30 commit bdcacf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -94,6 +94,6 @@ julia> input = readInput("/path/to/input.txt")

julia> AdventOfCode2023.Day01.day01(input)
2-element Vector{Int64}:
74711
209481
54708
54087
```

0 comments on commit bdcacf2

Please sign in to comment.