parent
b2894dda36
commit
621a77c678
@ -0,0 +1,8 @@
|
|||||||
|
#include <iostream>
|
||||||
|
#include "Personne.hpp"
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
int main(){
|
||||||
|
Personne p1{"Bernard","Le bg","0612345700"};
|
||||||
|
}
|
Loading…
Reference in new issue