class Bienvenue {
  public static void main (java.lang.String [] args) {
    javax.swing.JOptionPane.showMessageDialog(null, "Bienvenue");
  }
}