Using ant build script instead

This commit is contained in:
Flare Microsystems
2024-11-08 17:51:48 -08:00
parent 9dd716b0ac
commit f288d0b66d
3 changed files with 104 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
package com.flaremicro.crossjeeves;
import static org.junit.Assert.*;
import org.junit.Test;
public class MainTest {
@Test
public void test() {
assertTrue(true);
}
}