You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,4 +13,4 @@ Solutions in Java for the Advent of Code in 2024
13
13
14
14
## Automatic tool
15
15
16
-
This year I create an automation to quickly setup the environment; the script download the daily input to the `test/resources` folder, it prepares the initial Java code for the main algorithm and it prepares the tests to run the algorithm with the proper input. The code is in [DaySetup.java](src/main/aminetti/adventofcode2024/DaySetup.java) and it uses [DayXX.java](src/main/aminetti/adventofcode2024/dayXX/DayXX.java) and [DayXXTest.java](src/test/aminetti/adventofcode2024/dayXX/DayXXTest.java) as templates for the main code and the tests.
16
+
This year I create an automation to quickly setup the environment; the script download the daily input to the `test/resources` folder, it prepares the initial Java code for the main algorithm and it prepares the tests to run the algorithm with the proper input. The code is in [DaySetup.java](src/main/java/aminetti/adventofcode2024/DaySetup.java) and it uses [DayXX.java](src/main/java/aminetti/adventofcode2024/dayXX/DayXX.java) and [DayXXTest.java](src/test/java/aminetti/adventofcode2024/dayXX/DayXXTest.java) as templates for the main code and the tests.
0 commit comments