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,7 +13,7 @@ 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 in Java to quickly setup the daily environment.
16
+
This year I created an automation in Java to quickly setup the daily environment.
17
17
18
18
The code is in [DaySetup.java](src/main/java/aminetti/adventofcode2024/DaySetup.java), 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