From 92e49de507f0e4d61f380a94dc173a965f145eb5 Mon Sep 17 00:00:00 2001 From: Matti Date: Tue, 23 Apr 2024 10:31:25 +0200 Subject: [PATCH] Add README.md --- README.md | 7 +++++++ src/Main.java | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8b3044c --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# 🌊Sensationell🌊gutes🌊Repository🌊 + +## Pläne: + +## Bisher vollständig vorhanden: + +## Angefangene unfertige Lösungen: \ No newline at end of file diff --git a/src/Main.java b/src/Main.java index 148a9e8..47f9e0b 100644 --- a/src/Main.java +++ b/src/Main.java @@ -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++) {