Upload New File

mamazingue-main-patch-14946
Joan PIERRON 3 years ago
parent 5912f5fc8c
commit c9408c8f31

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