Compare commits

..

2 Commits

Author SHA1 Message Date
e0c4396432 Merge branch 'Dev' into createJob 2024-08-01 18:05:43 +00:00
Sébastien Journiac
372df074b4 Test push 2024-07-23 11:00:48 +02:00

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