summaryrefslogtreecommitdiff
path: root/scalalib/test/resources/hello-java/core/src/Core.java
blob: 3ecb1f61032c268c819e88c557d75712fb1a0bef (plain) (blame)
1
2
3
4
5
6
7
package hello;

public class Core{
    public static String msg(){
        return "Hello World";
    }
}