|
|
@@ -87,7 +87,7 @@ Each problem/submodule is a subdirectory of the same name as its slug.
|
|
87
|
87
|
Each problem/submodule has three source sets:
|
|
88
|
88
|
|
|
89
|
89
|
* `src/test/java/` — a test suite defining the edges of the problem
|
|
90
|
|
-* `./meta/src/reference/java/` — a reference solution that passes all the tests
|
|
|
90
|
+* `.meta/src/reference/java/` — a reference solution that passes all the tests
|
|
91
|
91
|
* `src/main/java/` — starter source files, if required/desired *(this directory usually only has a `.keep` file in it)*.
|
|
92
|
92
|
|
|
93
|
93
|
----
|