This commit is contained in:
2026-03-18 00:39:35 -07:00
commit b4fdc98f10
43 changed files with 85012 additions and 0 deletions

19
ciphers/Testing.java Normal file
View File

@@ -0,0 +1,19 @@
import org.junit.jupiter.api.*;
import static org.junit.jupiter.api.Assertions.*;
import static org.junit.Assume.assumeTrue;
import java.util.*;
public class Testing {
@Test
@DisplayName("TODO: 1 Your Extension - ' '-'}' Shifter")
public void thirdCaseTest() {
assertTrue(false, "Not yet implemented!");
}
@Test
@DisplayName("TODO: 1 Your Extension - ' '-'}' Shifter")
public void thirdCaseTest() {
assertTrue(false, "Not yet implemented!");
}
}