From c34d7363b61a9e00c986b79793bf7cdc03e9ea99 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 4 Mar 2024 09:15:01 +0100 Subject: wip --- tictactoe/ttt/src/ttt.app.src | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tictactoe/ttt/src/ttt.app.src (limited to 'tictactoe/ttt/src/ttt.app.src') diff --git a/tictactoe/ttt/src/ttt.app.src b/tictactoe/ttt/src/ttt.app.src new file mode 100644 index 0000000..813faba --- /dev/null +++ b/tictactoe/ttt/src/ttt.app.src @@ -0,0 +1,13 @@ +{application, ttt, + [{description, "TTT app"}, + {vsn, "0.1.0"}, + {registered, []}, +% {mod, {myapp_app, []}}, + {applications, + [kernel, stdlib]}, + {env,[]}, + {modules, []}, + + {licenses, ["Apache-2.0"]}, + {links, []} + ]}. -- cgit v1.2.3