Initialer Commit
parent
3b586c2861
commit
5e7da1fc3a
|
|
@ -0,0 +1,2 @@
|
|||
/.classpath
|
||||
/.project
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
public class Hallo {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hallo Git!");
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue