2025-03-11 16:23:17 +01:00

20 lines
340 B
Java

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");
}
}