Add distribution management and gittr repository
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Manuel Friedli 2020-10-04 01:17:13 +02:00
parent 911aa35577
commit 51567a4895
2 changed files with 28 additions and 2 deletions

View file

@ -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();