Ajout du menu + MAJ de l'arborescence

This commit is contained in:
2026-03-07 23:47:29 +01:00
parent 9de75e510f
commit 7f96fd15a6
29 changed files with 1260 additions and 0 deletions
@@ -0,0 +1,17 @@
package sae.chuzzle;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() {
assertEquals(4, 2 + 2);
}
}