summaryrefslogtreecommitdiff
path: root/scalalib/test/resources/hello-java/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'scalalib/test/resources/hello-java/core/src')
-rw-r--r--scalalib/test/resources/hello-java/core/src/hello/Core.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/scalalib/test/resources/hello-java/core/src/hello/Core.java b/scalalib/test/resources/hello-java/core/src/hello/Core.java
new file mode 100644
index 00000000..bef1a5a0
--- /dev/null
+++ b/scalalib/test/resources/hello-java/core/src/hello/Core.java
@@ -0,0 +1,8 @@
+package hello;
+
+public class Core{
+ public static String msg(){
+ return "Hello World";
+ }
+
+} \ No newline at end of file