diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2024-03-04 09:15:01 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2024-03-04 09:15:01 +0100 |
commit | c34d7363b61a9e00c986b79793bf7cdc03e9ea99 (patch) | |
tree | 79c9121e2bff6bc938b7b36d1195e5759b163d2c /ttt/src/ttt.app.src | |
parent | 0be77ac09408c13cc12b5953b9ac7459b549c202 (diff) | |
download | erlang-workshop-c34d7363b61a9e00c986b79793bf7cdc03e9ea99.tar.gz erlang-workshop-c34d7363b61a9e00c986b79793bf7cdc03e9ea99.tar.bz2 erlang-workshop-c34d7363b61a9e00c986b79793bf7cdc03e9ea99.tar.xz erlang-workshop-c34d7363b61a9e00c986b79793bf7cdc03e9ea99.zip |
wip
Diffstat (limited to 'ttt/src/ttt.app.src')
-rw-r--r-- | ttt/src/ttt.app.src | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ttt/src/ttt.app.src b/ttt/src/ttt.app.src deleted file mode 100644 index 813faba..0000000 --- a/ttt/src/ttt.app.src +++ /dev/null @@ -1,13 +0,0 @@ -{application, ttt, - [{description, "TTT app"}, - {vsn, "0.1.0"}, - {registered, []}, -% {mod, {myapp_app, []}}, - {applications, - [kernel, stdlib]}, - {env,[]}, - {modules, []}, - - {licenses, ["Apache-2.0"]}, - {links, []} - ]}. |