Add distribution management and gittr repository
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
911aa35577
commit
51567a4895
2 changed files with 28 additions and 2 deletions
|
@ -7,8 +7,8 @@ import java.nio.file.Paths;
|
|||
|
||||
public class Main {
|
||||
public static void main(@NonNull final String[] args) {
|
||||
int width = 50;
|
||||
int height = 50;
|
||||
int width = 100;
|
||||
int height = 100;
|
||||
final Labyrinth labyrinth = new Labyrinth(width, height);
|
||||
final TextRenderer textRenderer = TextRenderer.newInstance();
|
||||
final HTMLRenderer htmlRenderer = HTMLRenderer.newInstance();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue