Compare commits

..

No commits in common. "e0c439643258c5d3dc3b74c5710221df0637f81d" and "39212794fd99db1b34a95e112b680645e99c3d79" have entirely different histories.

View File

@ -2,7 +2,7 @@ import systems.Game;
public class Main { public class Main {
public static void main(String[] args) { public static void main(String[] args) {
System.out.print("Hello and welcome! Test Gitea"); System.out.print("Hello and welcome!");
Game game = new Game(); Game game = new Game();
} }
} }