Browse Source

Prog3 HalloWelt

master
Daniel Manin 2 years ago
parent
commit
5e57f6ad69
2 changed files with 4 additions and 1 deletions
  1. 3
    0
      .gitignore
  2. 1
    1
      src/HalloWelt.java

+ 3
- 0
.gitignore View File

@@ -0,0 +1,3 @@
/src/
/.idea/
/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