Browse Source

hello world Programm 2

master
Lilly Manitz 2 years ago
parent
commit
e8dab2687b
2 changed files with 3 additions and 1 deletions
  1. 2
    0
      .gitignore
  2. 1
    1
      src/HalloWelt.java

+ 2
- 0
.gitignore View File

@@ -0,0 +1,2 @@
/src/
/out/

src/HelloWorld.java → src/HalloWelt.java View File

@@ -1,4 +1,4 @@
public class HelloWorld {
public class HalloWelt {

public static void main(String[] args) {
System.out.println("Hello world");

Loading…
Cancel
Save