diff --git a/hello world b/hello world new file mode 100644 index 0000000..0b82761 --- /dev/null +++ b/hello world @@ -0,0 +1,5 @@ +public class ad{ + public static void main(String args[]) { + System.out.println("Hello World!"); + } +} \ No newline at end of file