Trois classes créees. #7

Merged
Grough merged 4 commits from createJob into Dev 2024-08-01 18:05:58 +00:00
Showing only changes of commit e0c4396432 - Show all commits

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