commit 837dcbbccbf692b3091288cba4874e9e043aab0b Author: Sterner Laura Date: Thu Nov 21 13:06:20 2019 +0100 Jo bros, ich hab committet diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..59dd37c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea/* +SWE.iml \ No newline at end of file diff --git a/src/helloworld.java b/src/helloworld.java new file mode 100644 index 0000000..db6669d --- /dev/null +++ b/src/helloworld.java @@ -0,0 +1,8 @@ +public class helloworld { + + public static void main(String[] args){ + + System.out.println("Hello Darkness my old friend!"); + + } +}