| 5 | **************************************************************************** */ |
| 6 | |
| 7 | public class HelloWorld { |
| 8 | public static void main(String[] args) { |
| 9 | System.out.println("Hello, World"); |
| 10 | } |
| 11 | } |
nothing calls this directly
no outgoing calls
no test coverage detected