From 8a53946e331e981a2ddd7b92f08cf01b8f613d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BBki=20Vachot?= Date: Wed, 2 Dec 2020 16:40:09 +0100 Subject: [PATCH] Add files via upload First Commit --- ProjetGenieLogicielLoto.iml | 2 ++ pom.xml | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 ProjetGenieLogicielLoto.iml create mode 100644 pom.xml diff --git a/ProjetGenieLogicielLoto.iml b/ProjetGenieLogicielLoto.iml new file mode 100644 index 0000000..4098198 --- /dev/null +++ b/ProjetGenieLogicielLoto.iml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..867c8b3 --- /dev/null +++ b/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + fr.myny + ProjetGenieLogicielLoto + 1.0-SNAPSHOT + + + \ No newline at end of file