From 538379f3114295a91e4de74cf894e3afe94f3cb9 Mon Sep 17 00:00:00 2001 From: Hugo Date: Fri, 17 Apr 2020 15:45:57 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20classe=20Type=20pour=20r=C3=A9gler=20pr?= =?UTF-8?q?obl=C3=A8me=20d'import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/Type.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/main/Type.java diff --git a/src/main/Type.java b/src/main/Type.java new file mode 100644 index 0000000..425c5e8 --- /dev/null +++ b/src/main/Type.java @@ -0,0 +1,5 @@ +package main; + +public interface Type { + +}