mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
added readme + renames
This commit is contained in:
parent
15252b4f8d
commit
9eb5206bc9
4 changed files with 137 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
package javaSource;
|
||||
|
||||
public class HelloJNI {
|
||||
public class Greeter {
|
||||
static {
|
||||
System.loadLibrary("demo");
|
||||
System.loadLibrary("interop");
|
||||
}
|
||||
public static native String sayHello(int num);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue