Compare commits

...

5 Commits

Author SHA1 Message Date
hummel 5d407e82d0 test5 2024-12-13 13:43:09 +01:00
hummel 0d406d319b test4 2024-12-13 13:38:57 +01:00
hummel 6df7e3ce5e test3 2024-12-13 13:21:59 +01:00
hummel 09076df9d2 mehr test 2024-12-13 12:55:54 +01:00
hummel 23ba99a878 gitea test 2024-12-13 12:36:35 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ package de.hs_mannheim.informatik.mvn;
public class Main {
public static void main(String[] args) {
System.out.println("Hallo Maven!");
System.out.println("Hallo Maven & Gitea5!?");
System.out.println(new Main().add(3, 4));
}