diff --git a/helloworlds/helloworld.java b/helloworlds/helloworld.java index 31c5322..b1711f5 100644 --- a/helloworlds/helloworld.java +++ b/helloworlds/helloworld.java @@ -1,5 +1,5 @@ public class java { public static void main(String[] args) { - System.out.println("Hello World"); + System.out.println("Hello Seb"); } } \ No newline at end of file