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

/src/
/out/

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

public class HelloWorld {
public class HalloWelt {


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

Loading…
Cancel
Save