feat: Gib HelloWorld aus
parent
e20731a706
commit
423283c511
|
@ -0,0 +1,2 @@
|
||||||
|
/.classpath
|
||||||
|
/.project
|
|
@ -0,0 +1,9 @@
|
||||||
|
package de.hs_mannheim.informatik.gitdemo;
|
||||||
|
|
||||||
|
public class Main {
|
||||||
|
|
||||||
|
public static void main(String[] args) {
|
||||||
|
System.out.println("Hallo Welt!");
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue