3 changed files with 7 additions and 0 deletions
Binary file not shown.
@ -0,0 +1,5 @@ |
|||
public class HelloWorld { |
|||
public static void main(String[] args) { |
|||
System.out.println("Hello World!"); |
|||
} |
|||
} |
|||
@ -0,0 +1,2 @@ |
|||
# java |
|||
|
|||
Loading…
Reference in new issue