diff --git a/hello_world1.java b/hello_world1.java new file mode 100644 index 0000000..0fa2064 --- /dev/null +++ b/hello_world1.java @@ -0,0 +1,5 @@ +public class Main { + public static void main(String[] args) { + System.out.println("Hello World"); + } +}