First test work commit, don't touch

This commit is contained in:
Robert Virding
2018-12-22 01:23:40 +01:00
parent 3ceb8c38db
commit d4d02fd576
97 changed files with 10599 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
%% -*- mode: erlang -*-
{minimun_otp_vsn, "20.1"}.
{erl_opts, [debug_info]}.
{deps, []}.
{dialyzer, [
{warnings, [unknown]},
{plt_apps, all_deps},
{base_plt_apps, [erts, kernel, stdlib]}
]}.