Browse Source

Jo bros, ich hab committet

master
Laura Sterner 4 years ago
commit
837dcbbccb
2 changed files with 10 additions and 0 deletions
  1. 2
    0
      .gitignore
  2. 8
    0
      src/helloworld.java

+ 2
- 0
.gitignore View File

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

+ 8
- 0
src/helloworld.java View File

@@ -0,0 +1,8 @@
public class helloworld {

public static void main(String[] args){

System.out.println("Hello Darkness my old friend!");

}
}

Loading…
Cancel
Save