Skip to content
Snippets Groups Projects
Commit 99be7f30 authored by jphiri's avatar jphiri
Browse files

tidy up the code

parent 0d849dc7
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ import java.util.function.Consumer;
* We number all lines and boxes by their top-left coordinate.
*
* In Java 14+, we might use a Record class for this, but we're using 11+ as an LTS version, so we don't have that yet.
* //code adapted from Chatgpt
*/
public class DotsAndBoxesGrid {
......
......@@ -6,7 +6,7 @@ import static org.junit.jupiter.api.Assumptions.*;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
//code adapted from Chatgpt
public class DotsAndBoxesGridTest {
/*
* Because Test classes are classes, they can have fields, and can have static fields.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment