Add README.md

This commit is contained in:
Matti 2024-04-23 10:31:25 +02:00
parent 587d1c2d8b
commit 92e49de507
2 changed files with 8 additions and 1 deletions

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# 🌊Sensationell🌊gutes🌊Repository🌊
## Pläne:
## Bisher vollständig vorhanden:
## Angefangene unfertige Lösungen:

View File

@ -4,7 +4,7 @@ public class Main {
public static void main(String[] args) {
// Press Alt+Eingabe with your caret at the highlighted text to see how
// IntelliJ IDEA suggests fixing it.
System.out.printf("Hello and welcome!");
System.out.println("Hello and welcome!");
// Press Umschalt+F10 or click the green arrow button in the gutter to run the code.
for (int i = 1; i <= 5; i++) {