1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||||
|
package com.itheima.test; |
||||
|
|
||||
|
public class HelloWorld { |
||||
|
static void main() { |
||||
|
System.out.println("Hello World"); |
||||
|
} |
||||
|
} |
||||
Loading…
Reference in new issue