aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1921/github_285/Unwoven.java
blob: 131cbec844c679b57b5c963d34ce3cb8da8b5a46 (plain)
1
2
3
4
5
public class Unwoven {
  public static void main(String[] args) {
    System.out.println("Hello world");
  }
}