From 0d9a043cf43fdf2c39ea50d3ea7f42a08a49c031 Mon Sep 17 00:00:00 2001 From: Ludovic Le Frioux <ludovic.le-frioux@inria.fr> Date: Fri, 9 Oct 2020 11:23:23 +0200 Subject: [PATCH] Add readme file --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..09ff61d --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Concordant client library + +[](https://opensource.org/licenses/MIT) + +Concordant client library in Kotlin for the Concordant platform API. + +## Requirements + +- Download and install Gradle from [Gradle website](https://gradle.org/install/); + +## Project overview + +The code of the version v0 is in the directory *src/*. + +The pseudo code of the version v1 is in the directory *pseudo-code-v1/*. + +## Build project + +The building is managed through the use of Gradle. + +*gradle build*: compiles code. -- GitLab