Initial commit

This commit is contained in:
2020-06-19 08:45:38 +03:00
commit e8dad52c36
16 changed files with 488 additions and 0 deletions

1
test/test_helper.exs Executable file
View File

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

3
test/yandex_translate_test.exs Executable file
View File

@@ -0,0 +1,3 @@
defmodule YandexTranslatorTest do
use ExUnit.Case
end