Advertisement
mmouhib

main

Oct 18th, 2021
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1. public class main {
  2.     public static void main(String[] args) {
  3.         Personne pers = new Personne();
  4.         pers.init_Personne("Farhat", "Asma", "5, rue des oliviers Tunis");
  5.     }
  6. }
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement