@ -0,0 +1,8 @@
#include <iostream>
#include "Personne.hpp"
using namespace std;
int main(){
Personne p1{"Bernard","Le bg","0612345700"};
}