From 372df074b46dbd2291628c75dd42002d8324ac30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Journiac?= <152491383+Groughy@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:00:48 +0200 Subject: [PATCH] Test push --- src/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.java b/src/Main.java index 595d128..ef5c781 100644 --- a/src/Main.java +++ b/src/Main.java @@ -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(); } }