Initial commit

This commit is contained in:
Josh Nussbaum
2015-09-20 19:30:19 -04:00
commit 7f443aa263
9 changed files with 120 additions and 0 deletions

7
test/ffi_test.exs Normal file
View File

@@ -0,0 +1,7 @@
defmodule FFITest do
use ExUnit.Case
test "the truth" do
assert 1 + 1 == 2
end
end