diff --git a/hello wo r l d b/hello wo r l d new file mode 100644 index 0000000..f5ca906 --- /dev/null +++ b/hello wo r l d @@ -0,0 +1,7 @@ + package com.itheima.test; + +public class HelloWorld { + static void main() { + System.out.println("Hello World"); + } +} \ No newline at end of file