@ -0,0 +1,5 @@
package de.tims.viergewinnt.ai;
public class Logic {
}
@ -0,0 +1,19 @@
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
class LogicTest {
@BeforeEach
void setUp() throws Exception {
@Test
void test() {
fail("Not yet implemented");