fix 1: firstStepl
This commit is contained in:
parent
1c702860be
commit
6a5d9c6e23
15
AdventOfCode2024/ChiefWhereabouts.java
Normal file
15
AdventOfCode2024/ChiefWhereabouts.java
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
/**
|
||||||
|
* ChiefWhereabouts
|
||||||
|
*/
|
||||||
|
public class ChiefWhereabouts {
|
||||||
|
|
||||||
|
public static void main(String[] args) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
private static long LocateChief() {
|
||||||
|
long coordinates = 0;
|
||||||
|
|
||||||
|
return coordinates;
|
||||||
|
}
|
||||||
|
}
|
||||||
1001
AdventOfCode2024/LocationsID.txt
Normal file
1001
AdventOfCode2024/LocationsID.txt
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user