Compare commits
5 Commits
Author | SHA1 | Date |
---|---|---|
|
5d407e82d0 | |
|
0d406d319b | |
|
6df7e3ce5e | |
|
09076df9d2 | |
|
23ba99a878 |
|
@ -3,7 +3,7 @@ package de.hs_mannheim.informatik.mvn;
|
||||||
public class Main {
|
public class Main {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
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));
|
System.out.println(new Main().add(3, 4));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue