aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/test-resources/mediumtest/xoo/sample-with-empty-file/xources/hello/HelloJava.xoo
blob: 1d9c60d56b714ffaf1d4b8b92d21f0cae55c5e19 (plain)
1
2
3
4
5
6
7
8
package hello;

public class HelloJava {

  public static void main(String[] args) {
    System.out.println("Hello");
  }
}