diff --git a/helloworld.java b/helloworld.java deleted file mode 100755 index 7282a03a710abc017008290513b5e8e339027a24..0000000000000000000000000000000000000000 --- a/helloworld.java +++ /dev/null @@ -1,5 +0,0 @@ -public class Helloworld { - public static void main(String [] args) { - System.out.println("Hello World!!"); - } -}