Skip to content

Instantly share code, notes, and snippets.

@shellac
Created June 30, 2010 12:34
Show Gist options
  • Save shellac/458586 to your computer and use it in GitHub Desktop.
Save shellac/458586 to your computer and use it in GitHub Desktop.
import example.Foo;
public class CallRuby
{
public static void main(String[] args) {
Foo f = new Foo();
f.hello();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment