From 0203a8bf941e9ab05fdc5f822f514c7c143bc353 Mon Sep 17 00:00:00 2001 From: mlegrand <Maxence.Le-Grand@insa-rennes.fr> Date: Thu, 24 Feb 2022 19:21:38 +0100 Subject: [PATCH] premier commit test --- initialisation.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 initialisation.h diff --git a/initialisation.h b/initialisation.h new file mode 100644 index 0000000..e9a2a0b --- /dev/null +++ b/initialisation.h @@ -0,0 +1,13 @@ +// +// Created by eii on 24/02/2022. +// + +#ifndef PICKOMINO_INITIALISATION_H +#define PICKOMINO_INITIALISATION_H + + +#define a 5 + + + +#endif //PICKOMINO_INITIALISATION_H -- GitLab