Skip to content

Instantly share code, notes, and snippets.

@eldritchideen
Created May 7, 2013 10:28
Show Gist options
  • Save eldritchideen/5531694 to your computer and use it in GitHub Desktop.
Save eldritchideen/5531694 to your computer and use it in GitHub Desktop.
require 'ffi'
require './foo'
bar = Foo.foo(2, 5)
puts "The result is #{bar}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment