Init repository.

This commit is contained in:
Pim Kunis 2020-10-10 19:36:07 +02:00
commit 39f5f592a7
9 changed files with 191 additions and 0 deletions

8
test/midi_tools_test.exs Normal file
View file

@ -0,0 +1,8 @@
defmodule MIDIToolsTest do
use ExUnit.Case
doctest MIDITools
test "greets the world" do
assert MIDITools.hello() == :world
end
end

1
test/test_helper.exs Normal file
View file

@ -0,0 +1 @@
ExUnit.start()