erster push
parent
388f9be2e5
commit
b02104006d
|
@ -0,0 +1,11 @@
|
||||||
|
package main;
|
||||||
|
|
||||||
|
public class MvnDemoHelloWorld {
|
||||||
|
|
||||||
|
public static void main(String[] args) {
|
||||||
|
|
||||||
|
System.out.println("Hello World!");
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue