rajout des headers
This commit is contained in:
parent
e69284fe84
commit
baa86dd186
@ -1,5 +1,11 @@
|
||||
package TD2.jourDeLaSemaine;
|
||||
|
||||
/********************************************************************************************
|
||||
* @author JunkJumper *
|
||||
* @license https://creativecommons.org/licenses/by/4.0/ License CC BY 4.0 *
|
||||
* @since File available since 24/05/2020 *
|
||||
********************************************************************************************/
|
||||
|
||||
public class JourSemaine {
|
||||
|
||||
public final String[] JOURS = {"lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi", "dimanche"};
|
||||
|
@ -1,5 +1,11 @@
|
||||
package TD2.tripletEntier;
|
||||
|
||||
/********************************************************************************************
|
||||
* @author JunkJumper *
|
||||
* @license https://creativecommons.org/licenses/by/4.0/ License CC BY 4.0 *
|
||||
* @since File available since 24/05/2020 *
|
||||
********************************************************************************************/
|
||||
|
||||
public class TripletEntier {
|
||||
|
||||
private int unA;
|
||||
|
@ -1,5 +1,11 @@
|
||||
package TD2.ensembleEntierBorne;
|
||||
|
||||
/********************************************************************************************
|
||||
* @author JunkJumper *
|
||||
* @license https://creativecommons.org/licenses/by/4.0/ License CC BY 4.0 *
|
||||
* @since File available since 24/05/2020 *
|
||||
********************************************************************************************/
|
||||
|
||||
import static org.junit.Assert.assertFalse;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
|
@ -1,5 +1,11 @@
|
||||
package TD2.jourDeLaSemaine;
|
||||
|
||||
/********************************************************************************************
|
||||
* @author JunkJumper *
|
||||
* @license https://creativecommons.org/licenses/by/4.0/ License CC BY 4.0 *
|
||||
* @since File available since 24/05/2020 *
|
||||
********************************************************************************************/
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
|
||||
import org.junit.Test;
|
||||
|
Loading…
x
Reference in New Issue
Block a user