import static utils.Utils.*; public class Isbn { public static final void main(String[] args) { afficher("ISBN"); // exemple: 978-2-3793-1012-6 } }