This commit is contained in:
emile.malcuit 2025-03-11 15:50:58 +01:00
commit cc0d7a1865

View File

@ -0,0 +1,18 @@
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");
}
}