Skip to content

Instantly share code, notes, and snippets.

@enesusta
Created June 9, 2020 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enesusta/526c5cd7c9193a719af574d1a19b8a37 to your computer and use it in GitHub Desktop.
Save enesusta/526c5cd7c9193a719af574d1a19b8a37 to your computer and use it in GitHub Desktop.
medium-jvm-1
package com.github.enesusta;
public class NativeLogger {
public native void log(final String log);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment