package gsbapplication;

/**
 * @author emile malcuit
 * @version 1
 */
public class GSBapplication {

    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
        // TODO code application logic here
        System.out.print("3bonjour");
        System.out.print("3bonjour");
    }

}