Dev #8

Merged
Grough merged 6 commits from Dev into main 2024-08-01 18:15:52 +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();
}
}