1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||
public class HelloWorld { |
|||
public static void main(String[] |
|||
args){ |
|||
System.out.println("Hello,World!"); |
|||
} |
|||
} |
|||
Loading…
Reference in new issue