Test push

This commit is contained in:
Sébastien Journiac 2024-07-23 11:00:48 +02:00
parent dbf4114857
commit 372df074b4

View File

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