Prog3 HalloWelt

This commit is contained in:
Daniel Manin 2021-10-28 15:46:25 +02:00
parent 9e65c60536
commit 5e57f6ad69
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/src/
/.idea/
/out/

View File

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