Skip to content

Instantly share code, notes, and snippets.

@asterite
Last active December 4, 2015 13:27
Show Gist options
  • Save asterite/f3b8c1bcfe1aa8b96383 to your computer and use it in GitHub Desktop.
Save asterite/f3b8c1bcfe1aa8b96383 to your computer and use it in GitHub Desktop.
@[Link(ldflags: "#{__DIR__}/libmylib.so")]
lib MyLib
fun add(Int32, Int32) : Int32
end
puts MyLib.add(11, 31)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment