diff --git a/.HelloWorld.java.swp b/.HelloWorld.java.swp new file mode 100644 index 0000000..ab7ddf5 Binary files /dev/null and b/.HelloWorld.java.swp differ diff --git a/HelloWorld.java b/HelloWorld.java index 4f6a369..9a0c850 100644 --- a/HelloWorld.java +++ b/HelloWorld.java @@ -1,19 +1,5 @@ public class HelloWorld { public static void main(String[] args) { - System.out.println("happy good friday"); - System.out.println("happy good friday"); - System.out.println("happy good friday"); - System.out.println("happy good friday"); - System.out.println("happy good friday"); - System.out.println("happy good friday"); - System.out.println("happy good friday"); - System.out.println("happy good friday"); - System.out.println("happy good friday"); - System.out.println("happy good friday"); - System.out.println("happy good friday"); - System.out.println("happy good friday"); - System.out.println("happy good friday"); - System.out.println("happy good friday"); - System.out.println("happy good friday"); + System.out.println("May day wishes"); } }