File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 55! ** /src /test /** /build /
66
77# ## Advent of Code Input ###
8- src /main /resources
98src /main /resources /cookie
9+ src /main /resources /day * .txt
1010
1111# ## IntelliJ IDEA ###
1212.idea
Original file line number Diff line number Diff line change 22
33My attempt in Kotlin to complete the [ 2024 Advent of Code] ( https://adventofcode.com/2024 ) .
44
5- ** Current status:** Day 5 complete.
5+ To retrieve input data, you must obtain your session cookie from
6+ the Advent of Code website and add it to the [ resources] ( src/main/resources ) directory.
67
7- ** Last updated:** 2024-12-05.
8+ ** Current status:** Day 8 complete.
9+
10+ ** Last updated:** 2024-12-08.
Original file line number Diff line number Diff line change 1+ # Resources
2+
3+ This directory should contain a single file named ` cookie ` (not included in GitHub)
4+ that contains, on a single line, the cookie associated with your Advent of Code account.
You can’t perform that action at this time.
0 commit comments