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