diff --git a/src/main/java/EST/MiJo/Main.java b/src/main/java/EST/MiJo/Main.java
index 4d0f09e..ba6142a 100644
--- a/src/main/java/EST/MiJo/Main.java
+++ b/src/main/java/EST/MiJo/Main.java
@@ -1,4 +1,4 @@
-package de.engelbart;
+package EST.MiJo;
//TIP To Run code, press or
// click the icon in the gutter.
@@ -6,7 +6,7 @@ public class Main {
public static void main(String[] args) {
//TIP Press with your caret at the highlighted text
// to see how IntelliJ IDEA suggests fixing it.
- System.out.printf("Hello and welcome!");
+ System.out.print("Hello and welcome!");
for (int i = 1; i <= 5; i++) {
//TIP Press to start debugging your code. We have set one breakpoint