hello world Programm 2

This commit is contained in:
Lilly Manitz 2021-10-28 15:46:46 +02:00
parent 3d5ed8c958
commit e8dab2687b
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

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

View File

@ -1,4 +1,4 @@
public class HelloWorld {
public class HalloWelt {
public static void main(String[] args) {
System.out.println("Hello world");