From c9408c8f313469c9bfffe6116de93f497d907122 Mon Sep 17 00:00:00 2001 From: jopierron Date: Thu, 3 Mar 2022 09:22:46 +0000 Subject: [PATCH] Upload New File --- main.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 main.cpp diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..9048d9f --- /dev/null +++ b/main.cpp @@ -0,0 +1,8 @@ +#include +#include "Personne.hpp" + +using namespace std; + +int main(){ + Personne p1{"Bernard","Le bg","0612345700"}; +} \ No newline at end of file