added naive Makefile, stubs of modules, unit test coordinator (test_master)
This commit is contained in:
6
src/ezic.erl
Normal file
6
src/ezic.erl
Normal file
@@ -0,0 +1,6 @@
|
||||
-module(ezic).
|
||||
|
||||
-export([start/0]).
|
||||
|
||||
start() ->
|
||||
void.
|
||||
Reference in New Issue
Block a user