Jo bros, ich hab committet

This commit is contained in:
Laura Sterner 2019-11-21 13:06:20 +01:00
commit 837dcbbccb
2 changed files with 10 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.idea/*
SWE.iml

8
src/helloworld.java Normal file
View File

@ -0,0 +1,8 @@
public class helloworld {
public static void main(String[] args){
System.out.println("Hello Darkness my old friend!");
}
}