Skip to content

Instantly share code, notes, and snippets.

@TsuyoshiUshio
Created May 26, 2020 01:54
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 TsuyoshiUshio/045aa769afe66050c858bafa01069142 to your computer and use it in GitHub Desktop.
Save TsuyoshiUshio/045aa769afe66050c858bafa01069142 to your computer and use it in GitHub Desktop.
GraalVM experiment
package com.simplearchitect.lib;
public class LibrarySample {
public void execute() {
System.out.println("Hello World from Library.");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment