Skip to content

Instantly share code, notes, and snippets.

@chrisseaton
Created April 24, 2015 14:12
Show Gist options
  • Save chrisseaton/e6ba6e5b85bf7b3b44fb to your computer and use it in GitHub Desktop.
Save chrisseaton/e6ba6e5b85bf7b3b44fb to your computer and use it in GitHub Desktop.
$ bin/jruby -X+T bin/irb
irb(main):001:0> Truffle::CExt.inline %s{ #include <stdio.h> }, %s{ printf("Hello, World!\n"); }
Hello, World!
=> true
irb(main):002:0> exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment